52 Commits (866b0f92fedf19ce20352314cb0a885de8f6b447)

Author SHA1 Message Date
David Srbecký 866b0f92fe Added an options page for the debugger 18 years ago
David Srbecký 5c4b0a9fd4 Rewritten exception handling - Debugger.Exception is now just a convenience wrapper class around the run-time value. 18 years ago
Justin Dearing b1ec1af16c Ranamed files to represent their new container classnames. 18 years ago
Justin Dearing a65f6d1fb1 Unified DebuggerException and DebugeeInnerException with interface IDebugeeException. 18 years ago
Justin Dearing 53306817a1 Refactored much of TreeViewNode. There is now a more sensible publicly accessible SetContentRecursive member and tow private static methods for dealing with internal cases. 18 years ago
Justin Dearing 25e6842951 Removed license I should not have added last commit. 18 years ago
Daniel Grunwald 5cd232c045 Fixed forum-7496: Crash when starting the debugger after deleting a line containing a breakpoint. 18 years ago
David Srbecký aa424923fc If object supports IList, use it to access the items from local variables pad. 18 years ago
David Srbecký 9bd0aec201 CallStackPad refresh does Application.DoEvents() as well. 18 years ago
David Srbecký 4a30ba8bb7 Abort Evals that take more the 500 ms 18 years ago
David Srbecký e471b86bfb Refreshed the documentation file. (Switched to Sandcastle) 18 years ago
David Srbecký cbb4538ef7 Add context menu to the Local Variables Pad. 18 years ago
David Srbecký 669ace74ea Catch evaluation errors are display them as special error node. 18 years ago
David Srbecký 00a8984774 Rename ExpressionNode to ValueNode to emphasise that the node is immutable. The expression is now evaluated before the node's constructor. 18 years ago
David Srbecký 44b732e22b Parser and Expression nodes for very simple expressions (in form "Identifier.Member.Member"). 18 years ago
David Srbecký ff0b8866e1 Abort variable refresh if debuggee is stepped 18 years ago
David Srbecký 365047db5d Completely rewritten the variable model for Local Variables Pad and for the debugger tooltips. 18 years ago
David Srbecký fc672f7a57 Rename Function to StackFrame 18 years ago
David Srbecký 62bbea7ef0 Added an Expression class which will be used to store AST expression for each value 18 years ago
Daniel Grunwald c989cbc19e Support right-click > add using on type names when the "using" is missing. 19 years ago
David Srbecký 18fc86e2b7 Using Andrey Gliznetsov's Advanced TreeView for Local Variables Pad 19 years ago
David Srbecký ffad036894 Unified model for both Local Variables Pad and Tooltips 19 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 20 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald 56b2aa0f70 Fixed some translation issues. 20 years ago
David Srbecký 1bb8b5a11a Added Debugger.BooInterpreter 20 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 20 years ago
David Srbecký 82f1d45ae9 Refresh local variables in batches to reduce flickering 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
David Srbecký 25af9021c2 Refactoring debugger pads - all pads are based at DebuggerPad 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
David Srbecký 63f72c394f Added icons to debugger tooltips 20 years ago
David Srbecký 7939a3daa5 Worked on Debugger.VariableCollection. Started redesign of local variables pad. 20 years ago
Daniel Grunwald 70810828fd Add "Set current statement" command to text editor context menu. 20 years ago
David Srbecký 352a57c1b0 Debugger tooltips are filled with real content. 21 years ago
David Srbecký 8d3c3546a1 Debugger trace messages go to console; VariableListItems moved to its directoy 21 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 21 years ago
David Srbecký 45fb709e2b Worked on Local variables pad 21 years ago
David Srbecký 0b09ba7c5c WindowsDebugger cleaned up 21 years ago
David Srbecký 687dc23e38 Playing with Remoting 21 years ago
Daniel Grunwald 3291bbb15f Moved debugger pads into their own subcategory in the view menu. 21 years ago
Mike Krüger f5cd93dd9f #D now runs under the latest .NET Framework. 21 years ago
Daniel Grunwald c01804f7d2 Added feature: go to definition (Ctrl-Enter) 21 years ago
David Srbecký 1f1a1936fd Worked on exceptions; Added ExceptionHistoryPad 21 years ago
David Srbecký d30595e544 Added exception handling form 21 years ago
David Srbecký 23af4fa3f9 AssemblyInfo.cs moved to Configuration folder 21 years ago
David Srbecký de2338f290 Initial Debugger Import 21 years ago