82 Commits (3650e45cdb4cb65512f2ee1f3464844cc54c1c54)

Author SHA1 Message Date
Martin Koníček 3650e45cdb Moved Visualizers/Graph/Utils to Visualizers/Utils. 17 years ago
Martin Koníček a27db5bb6e Object graph visualizer - all doubles for communication with Graphviz's Neato are formatted to 3 decimal places - Neato crashed on some inputs, hopefully fixed now. 17 years ago
Martin Koníček bce5fe49da Object graph visualizer - user can expand/collapse nodes. 17 years ago
Matt Ward d5c1f989ca Fixed build. 17 years ago
Martin Koníček 85e500e2c0 Object graph visualizer - animations. 17 years ago
Martin Koníček 1056e610b2 ObjectGraphBuilder uses RuntimeHelpers.GetHashCode. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Martin Koníček ca05ee092e Graph visualizer - edges are routed by Graphviz's neato.exe and drawn by WPF. 17 years ago
Martin Koníček d0b68901e8 Object graph visualizer - added ComboBox for changing layout direction. 17 years ago
Martin Koníček 74f79c9732 Initial import of object graph visualizer. 17 years ago
Siegfried Pammer f08507a12c Created new ExceptionForm based on suggestions from forums/9446 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 18 years ago
Siegfried Pammer dfb4d81407 Implemented conditional breakpoints 18 years ago
Daniel Grunwald 69598c8466 Make workbench a WPF window. 18 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Justin Dearing 5b9b7d207d Exceptions are now displayed with DebuggeeExceptionForm instead of DebuggerEvenrForm. DebugeeExceptionForm displays the exception in a TreeViewAdv. 18 years ago
David Srbecký bb7c8f88c0 Added a 'visualizer' that shows internal data about ICorDebugValue 18 years ago
David Srbecký 91d4a13837 Added an Console Pad in which debugging expressions can be evaluated 18 years ago
David Srbecký a4d47a8c69 Use Ast visitor to evaluate debugger tooltips 18 years ago
David Srbecký dfa651c2a1 Use richer set of icons in the local variables pad 18 years ago
David Srbecký 47221d89d5 Implemented Run to cursor command 18 years ago
Matt Ward 5d69e1012e Attach to process dialog now can show or hide non-managed processes. 18 years ago
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