2803 Commits (882b0af0c5ef3d6ae813be9b89589a30bf47fefd)
 

Author SHA1 Message Date
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
David Srbecký ae36e44ef6 Values store expression which can be used to re-obtain the value. 18 years ago
David Srbecký 44b732e22b Parser and Expression nodes for very simple expressions (in form "Identifier.Member.Member"). 18 years ago
David Srbecký 90e524eeb7 Updating DynamicTreeDebuggerRow adapter. 18 years ago
David Srbecký f18f1fc0c5 Bug fix: Consider that the process may be resumed in the OnDebuggeeStateChanged event 18 years ago
David Srbecký 24e577bda6 Abort refresh of local variables if debuggee is running 18 years ago
David Srbecký ce1b19125e MethodInfo instances are unique. Added a test for it. 18 years ago
David Srbecký 7ad5554505 Cache all queries for some set of type members 18 years ago
David Srbecký dd6b358a1b Removed walk-arounds left over from the last tree control. 18 years ago
David Srbecký acb31904f5 Removed ExpressionEvaluateException. Use GetValueException instead. 18 years ago
David Srbecký de271968be Any null value is assumed to be of type System.Object. 18 years ago
David Srbecký a4b61226e7 Added a test for value type (struct) 18 years ago
David Srbecký 249c1a65e2 Extended a test for function arguments. 18 years ago
David Srbecký 4bce79054f Tests and tested programs can be defined in the same file. 18 years ago
David Srbecký 40ab07da2c Methods for running all debugger tests from one assembly - not used now 18 years ago
Daniel Grunwald 5cbf5cc121 Prevent type inference cycles (e.g. "var a = a;") from causing a StackOverflowException. 18 years ago
Daniel Grunwald 34bac66a8f Fixed resolving when a generic class derived from a non-generic class with the same name. 18 years ago
Daniel Grunwald 347af114dd Fixed code completion after new-expression "new SomeClass().Member". 18 years ago
David Srbecký b743ec5656 Added more error checking for objects. Better support for getting values of static members. 18 years ago
David Srbecký 44688f0088 Test fix - exception throwing order changed in last commit 18 years ago
David Srbecký d9f5d90d80 CannotGetValueException renamed to GetValueException 18 years ago
David Srbecký 55a5268fc2 Polishing the expressions 18 years ago
Daniel Grunwald b83bd6d7c8 Fixed DefaultProjectContent.GetClass implementation: inner classes nested in other inner classes were not found. 18 years ago
Daniel Grunwald a731539785 Fixed code completion in indexer setters and explicit event implementations. 18 years ago
Matt Ward 1d7ae8b7be Temporarily disabled SharpServerTools in the installer since its files are missing after a build. 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Dickon Field 6ac7fc3301 resolved runtime issue in ServerTools - now runs, not complete 18 years ago
Dickon Field f6c53f60c6 Fixed the build of this project to copy addin file to output dir correctly - still breaks at runtime though - sorry! 18 years ago
Dickon Field 54a9a63bd1 Removed the reference to Todo.cs from proj file 18 years ago
David Srbecký 184af2410d Custom Abstract Syntax Tree for debugger expression independent of NRefactory. 18 years ago
Dickon Field 0ac8486042 Started new style Server control, incorporating dbtool 18 years ago