2833 Commits (5b4edcbbafc025c6545f3a107a5b576c2d625118)
 

Author SHA1 Message Date
David Srbecký 5b4edcbbaf Reorganized file structure 18 years ago
David Srbecký e471b86bfb Refreshed the documentation file. (Switched to Sandcastle) 18 years ago
David Srbecký a1a93b7d74 Enter version to AssemblyInfo 18 years ago
David Srbecký bd4f6b3709 Renamed MetaData class to MetaDataImport to avoid name collision with the namespace. 18 years ago
David Srbecký c98f104ab5 Moved metadata related classes to Debugger.MetaData namespace 18 years ago
David Srbecký ec2863a837 Added synchronous Continue and Step*. 18 years ago
David Srbecký 8879ef4857 Removed TreeListView from the setup 18 years ago
David Srbecký 5891dcb596 Renamed Continue to AsyncContinue. 18 years ago
David Srbecký 2cbd80bf07 Updated tests 18 years ago
David Srbecký d7d04fd743 Remove the no longer used TreeListView control 18 years ago
David Srbecký 6fa2c8c13a Update callstack by overwriting rather then by clear+fill 18 years ago
David Srbecký 088e6523ee Reorganized code in CallstackPad 18 years ago
David Srbecký bc962c71d7 Renamed LastStackFrame to MostRecentStackFrame 18 years ago
David Srbecký 8506fdebcc Show changed values in blue 18 years ago
David Srbecký 8f87c69eff Tests - sort serialized data alphabetically 18 years ago
Daniel Grunwald 98783dc5ab Fixed forum-7234: resolving of constructor calls 18 years ago
David Srbecký 4964163792 Added StackOverflow test. 18 years ago
David Srbecký 9ea3fb9980 Added an Expression cache 18 years ago
David Srbecký a5d7f47f7d Fixed build 18 years ago
Daniel Grunwald 300ed4da78 Allow using shortcuts from the main menu when a debugger tool tip has focus. 18 years ago
David Srbecký 6132afa4f8 GetHashCode and Equals for expressions 18 years ago
David Srbecký 4d608ba315 Update tooltip when debugger is stepped 18 years ago
David Srbecký 9a45e1f6c7 String setting not supported 18 years ago
David Srbecký 05951d46a9 Enabled editing in the local variables pad. 18 years ago
David Srbecký 6f381b7e06 Only the following values can be set: argument, local variable, array element, field value 18 years ago
David Srbecký 59a57f12c7 Getting properties for generic types. 18 years ago
David Srbecký 17677181f3 Fixed access to static fields 18 years ago
David Srbecký a17b7f9912 Fix: Do not show "Private members" if it is empty. Same for others. 18 years ago
David Srbecký 5fa4189d41 Forgotten to commit file 18 years ago
David Srbecký 9d5afed74e Moving some directories 18 years ago
David Srbecký 882b0af0c5 Removed Value.Name property. 18 years ago
Matt Ward d5d8be2da6 Corrected ClassDiagram's Diagram.dll entry in installer so the Diagram.dll is now installed. 18 years ago
Dickon Field ccdf9de860 Added a little more code for the db control - working on the db object tree 18 years ago
Daniel Grunwald 719b15793d Fixed forum-7231: InvalidOperationException when subversion overlay icon manager tries to set overlay before project browser tree view is created. 18 years ago
David Srbecký 41386ade75 Remove IExpirable from Value. 18 years ago
David Srbecký eb51f205a8 Change buttons in exception box to "Break", "Continue" and "Terminate". "Continue" is enabled only for handled exceptions and "Break" unwinds exceptions by default. 18 years ago
David Srbecký 03a4e7c589 Tests output - use name of dumped object as the XML node name. 18 years ago
David Srbecký 2b2b1a35ee Updated Stepping test 18 years ago
David Srbecký e2e20eeb70 Include ToString value in the test output 18 years ago
David Srbecký c4c7289fa6 A set of properties to expand can be specified in debugger tests. 18 years ago
David Srbecký 9aaa783bf9 Debugger tests - do not expand properties by default. 18 years ago
David Srbecký 9d7ca80e7f ".cs" part of test name 18 years ago
David Srbecký a82ac0c580 Added the expected output to the tests as well 18 years ago
David Srbecký 7ad7219b5a Move testing code to the tests 18 years ago
David Srbecký 0bcac074c1 Tweak debug test output - specify the object type as attribute rather then container node. 18 years ago
David Srbecký 9113b7c44d Update debugger tests. 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ý e7d2bd19c1 Fixed array access. 18 years ago