2908 Commits (7ef5417928a65bff6cc1be0ffc19222982851399)
 

Author SHA1 Message Date
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
David Srbecký 264e413a8f Added missing SVN keyword Revision to files 18 years ago
Daniel Grunwald 054997566c Some minor bug fixes, changed copyright date from 2007 to 2008. 18 years ago
David Srbecký 7e0c72b88b Do not add 'this' variable for static methods 18 years ago
David Srbecký ff0b8866e1 Abort variable refresh if debuggee is stepped 18 years ago
Matt Ward f5b9c126af NUnit.Framework.dll and NUnit.Core.dll no longer registered in GAC by the installer. This makes the installer consistent with the latest NUnit installer and fixes the problem where NUnit-Console cannot find log4net when running unit tests. 18 years ago
David Srbecký d6e6448464 Forum-20456 (solodev): Only non-expired StackFrame can be selected. 18 years ago
David Srbecký c1d6e7dcdb Fixed LocalVariablesPas updating. 18 years ago
David Srbecký 6ac96e839d If can not get managed version of executable, just use the default. 18 years ago
David Srbecký bff4657a88 Removed lifetime tracking of StackFrame. It was quite expensive and it is not necessary for the expression-based variable model. 18 years ago
David Srbecký 0c3056d771 Updated ClassEditor to new TreeView 18 years ago
David Srbecký c6948d0f0f Updating Local Variables Pad to work with the new TreeView 18 years ago
David Srbecký 6026fd7b54 Custom modifications of the TreeView 18 years ago
David Srbecký eb845459c5 Updated to TreeViewAdv control 1.6.1.0 18 years ago
David Srbecký eee4a0b860 Updated test 18 years ago
Daniel Grunwald a17c67bf38 Fixed forum-7193: CSharpOutputVisitor bugs 18 years ago
David Srbecký 54c84f9aaa Show 'Private members' and similar nodes only if they are not empty. 18 years ago
David Srbecký 7d0d61fc9b Small bugfix: Update the Local Variables pad when stepping 18 years ago
David Srbecký 4d979c998b Removed the caches in StackFrame - Values can not be cached now since they have much shorter lifespan 18 years ago
David Srbecký 701390db65 Updated DynamicTreeDebuggerRow adapter to the new model. 18 years ago
Daniel Grunwald 635d791b96 Fixed forum-7172: NullReferenceException in C# parser when "fixed" keyword was used incorrectly. 18 years ago
Daniel Grunwald 9736ca6d4f Fixed forum-7126: Template RunCommand's only work on new solutions 18 years ago
David Srbecký 4dfa334656 Updated TreeViewNode adapter to the new model. 18 years ago
David Srbecký 365047db5d Completely rewritten the variable model for Local Variables Pad and for the debugger tooltips. 18 years ago
Matt Ward 6c7f8e0378 Updated to NUnit 2.4.6. The Unit Testing addin now uses the nunit-console's new /run command line parameter introduced in NUnit 2.4.6. This can be used to execute a test method, class or namespace. 18 years ago
David Srbecký bf2a0e0547 Initial implementation of expression evaluator 18 years ago
David Srbecký 775f2fc891 Creation of expression does not evaluate the expression. 18 years ago
David Srbecký 7f5467d178 Support for array lower bounds 18 years ago
David Srbecký 699b95545c Added code for creating expressions 18 years ago
Matt Ward 2dbc8bec00 Updated the WixBinding and SharpDevelop's installer to use WiX 3.0.3621.0 18 years ago
David Srbecký fc672f7a57 Rename Function to StackFrame 18 years ago
David Srbecký e2bfe8d436 Moved part of code from Function to MethodInfo 18 years ago
David Srbecký 72d158f3e7 Tests for the last revision generic 18 years ago
David Srbecký 9695680666 Create generic ICorDebugType from ICorDebugClass and type arguments. 18 years ago
David Srbecký 1a378ee7ba Updated tests 18 years ago
David Srbecký bb13459617 Skeleton of the Expression classes 18 years ago
David Srbecký 1983b5e8b2 Removed the delegate-based persistence framework (will be replaced by expressions) 18 years ago
David Srbecký f0d97426ff Bad idea - reverting last two revisions. At least for the time being. 18 years ago
David Srbecký 62bb8ba089 Preparing to remove ValueCollection 18 years ago
David Srbecký 890bd0daae Values have no names. Names will be part of higher level abstraction. 18 years ago
David Srbecký a6ecb55469 Removed some unused references. 18 years ago
David Srbecký c0db8bfbb9 Removed expiry propagation for Values. 18 years ago
David Srbecký cb3e8cc8fb Removed the IMutable interface which propagated notifications about value changes. 18 years ago
David Srbecký 12f37461f5 Added 'Expressions' test 18 years ago
David Srbecký bd5484d113 Build compound expressions (eg "localVar.field[5]") 18 years ago
David Srbecký 9a645660c7 Moved code to the Value class: 18 years ago