29 Commits (4c1d3f2ab87cdb1371692c172f3ebf4743875e5f)

Author SHA1 Message Date
Siegfried Pammer b47cf83b0e - fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx 17 years ago
Matt Ward 91bd830e61 Fixed SD2-1505 - Locals window - show values in hex does not refresh the values on display. Based on fix supplied by Nikhil Sarda. 17 years ago
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 18 years ago
Daniel Grunwald 751002111b Allow setting integers to hex numbers. 18 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 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 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
David Srbecký ee345d0825 Support creation of all primitive types 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ý 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ý 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ý bb7c8f88c0 Added a 'visualizer' that shows internal data about ICorDebugValue 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ý 866b0f92fe Added an options page for the debugger 18 years ago
Justin Dearing a65f6d1fb1 Unified DebuggerException and DebugeeInnerException with interface IDebugeeException. 18 years ago
David Srbecký f7aa5f0520 Correct order of events when process is killed. 19 years ago
David Srbecký 9bd0aec201 CallStackPad refresh does Application.DoEvents() as well. 19 years ago
David Srbecký b3b9282fa7 Call "ToString" on objects 19 years ago
David Srbecký c98f104ab5 Moved metadata related classes to Debugger.MetaData namespace 19 years ago
David Srbecký 9a45e1f6c7 String setting not supported 19 years ago
David Srbecký 05951d46a9 Enabled editing in the local variables pad. 19 years ago
David Srbecký 6f381b7e06 Only the following values can be set: argument, local variable, array element, field value 19 years ago
David Srbecký 882b0af0c5 Removed Value.Name property. 19 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. 19 years ago
David Srbecký 184af2410d Custom Abstract Syntax Tree for debugger expression independent of NRefactory. 19 years ago
David Srbecký 365047db5d Completely rewritten the variable model for Local Variables Pad and for the debugger tooltips. 19 years ago