283 Commits (61c64ac3e78884e68b5ce8e5205c7ff726b4514b)

Author SHA1 Message Date
Siegfried Pammer 61c64ac3e7 fixed conditional breakpoints and ==-operator evaluation. 18 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 18 years ago
Siegfried Pammer dfb4d81407 Implemented conditional breakpoints 18 years ago
David Srbecký 8436503701 Started implementation of evaluation of InvocationExpression 18 years ago
David Srbecký 403b178df6 Include class name in the callstack pad. 18 years ago
David Srbecký 0471cf253f If there is no stack frame with symbols use the first one without symbols for evaluation 18 years ago
Daniel Grunwald 8ac9a36f86 Fixed build. 18 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Justin Dearing 2a1ab5312c Fixed button position of DebugeeExceptionForm. The position of the splitter in DebugeeExceptionForm remains consistent between calls to it. 18 years ago
Justin Dearing 3da8d3a189 renamed a variable. 18 years ago
Justin Dearing 08f28dd947 Saved window state in DebuggingOptions for the DebugeeExceptionForm and DebugeeExceptionForm. 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ý 8652900dd2 Fixed build error 18 years ago
David Srbecký ee345d0825 Support creation of all primitive types 18 years ago
David Srbecký 9218a36d0b The console is able to box values; 18 years ago
David Srbecký 99bb0a198e Fixed breakpoints for whitespace lines 18 years ago
David Srbecký 572503b932 Better support of pointer values 18 years ago
David Srbecký bf9683cd0f Extend the lifetime of StackFrame 18 years ago
David Srbecký 55e8e0bd7e Rewritten the stepping engine; 18 years ago
Justin Dearing 71bc1faf33 Added xmldocs and Description attributes to TreeViewAdv. 18 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 18 years ago
David Srbecký 07eb82d08e Improving performance of metadata enumerators 18 years ago
David Srbecký 18ab7bbb3c Use the fallback method is evaluation of Exception.StackTrace fails. 18 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 18 years ago
David Srbecký aee0bef040 Skip single-line properties during debugging 18 years ago
Daniel Grunwald 9fae8aee0d Allow specifying movement type of text anchors. 18 years ago
Daniel Grunwald 6898622e89 Improved support for read-only text sections in the text editor: fixed some bugs, removed CustomLineManager, read-only sections now are created using text markers. 18 years ago
Daniel Grunwald c6c5cf6b4a Prevent user from deleting the console pad prompt. 18 years ago
David Srbecký 5b8dec3cce Fixed Forum-7984: Handling of StackOverflow exception 18 years ago
David Srbecký 074deab11a Changing the API for Value and DebugType - removed a few Is* properties. 18 years ago
David Srbecký 72fa7ab914 Initial support for pointer types 18 years ago
David Srbecký cd3db50fd9 Support for trivial assignments 18 years ago
Justin Dearing ea4459b6ce snk files now have an icon when displayed in the IDE. 18 years ago
David Srbecký bb7c8f88c0 Added a 'visualizer' that shows internal data about ICorDebugValue 18 years ago
David Srbecký c6d12ccc2b Error messages in the debugger console are a little bit more useful now; 18 years ago
David Srbecký 91d4a13837 Added an Console Pad in which debugging expressions can be evaluated 18 years ago
David Srbecký 8dfad3484c Sport for array indexers in the debugger tooltip 18 years ago
David Srbecký a4d47a8c69 Use Ast visitor to evaluate debugger tooltips 18 years ago
David Srbecký 8b95a3cfb5 Moved some convenience methods from Expression.Create to MethodInfo 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
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 18 years ago
Matt Ward 35b252484c After attaching to a process the stop menu will now show a dialog asking whether the process should be terminated or detached. 18 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 18 years ago
David Srbecký 66963f1025 Fix the IList extension in the case where integers are printed in hex 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ý dbba4a13eb Rewritten Breakpoint and SourcecodeSegment classes. SourcecodeSegment is now immutable. 18 years ago
David Srbecký d876c23d12 Debugging of .NET 1.1 programs is not supported 18 years ago
David Srbecký b30d1d7366 Thread now has only one terminating event: Thread.Exited 18 years ago