2 Commits (8a0dc0ba3e53b2fe11be6bb0d81bf9e1b58d77da)

Author SHA1 Message Date
David Srbecký 8a0dc0ba3e Show only variables in scope 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 8ee08d6071 Removed the Debugger.Internal namespace 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký d9fc6ff4de Renamed the TestPrograms directory to just Tests 16 years ago
David Srbecký f732a27371 Renamed some tests. Removed the TestPrograms namespace. 16 years ago
David Srbecký f36bc90ba1 Remove unused import statements 16 years ago
David Srbecký a23ef88e0f Some method arguments for Value relaxed so that less casting is necessary 16 years ago
David Srbecký 77f6c88db4 Fixed generic name for enclosing types 16 years ago
David Srbecký b78ca5f3bd Some ToStrings are more verbose. Removed some Ignore attributes. 16 years ago
David Srbecký 710b027272 Updated unit tests to the new metadata API 16 years ago
David Srbecký 24ba514697 Improved XML printer in debugger unit tests - "Get" methods are invoked, there is an explicit ignore list. 16 years ago
David Srbecký 498a8e0a70 Decoupled support for expressions from the debugger core 16 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 4c0620e367 Use different directory for debugger test cache. (reason the last two builds failed was that the debugger unit tests are caching the compiled test programs) 16 years ago
Daniel Grunwald 0136a81aab Run debugger unit tests as 32-bit process. 16 years ago
David Srbecký b9888b0418 Unit test for yield/delegate local variables 16 years ago
David Srbecký a63473d1da Fixed race condition that was causing unit tests to fail 16 years ago
David Srbecký b963238781 Created ModuleCollection class 16 years ago
David Srbecký 846fe05dfe Debugger tests - less verbose - do not show properties that have a default value (false, 0, null, {}) 16 years ago
David Srbecký ce0ef733f8 Print paused location for the Paused event; 17 years ago
David Srbecký 5b8dec3cce Fixed Forum-7984: Handling of StackOverflow exception 17 years ago
David Srbecký f205eaa07b Pretty printing of unit tests: Collapsed Is* into one property. Inline enumerators. 17 years ago
David Srbecký cd1de9b0e0 Test for debug types 17 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 17 years ago
David Srbecký 866b0f92fe Added an options page for the debugger 17 years ago
David Srbecký d03abbe470 Reformatted the output of debugger tests: properties are outputted as attributes rather then elements 17 years ago
David Srbecký d95b4ac9c9 Enforce invariant culture for debugger unit tests 17 years ago
David Srbecký da2a5721d2 More verbose error messages of unit tests. (For server diagnostics, the unit tests work on my machine) 17 years ago
David Srbecký 2545154105 Changed semantics of Process.Terminate: The process is not immediately marked as exited; It is marked as exited when the callback is received. 17 years ago
David Srbecký a7edbf180a Completely rewritten the sate management for Process. 18 years ago
David Srbecký ec2863a837 Added synchronous Continue and Step*. 18 years ago
David Srbecký 8f87c69eff Tests - sort serialized data alphabetically 18 years ago
David Srbecký 882b0af0c5 Removed Value.Name property. 18 years ago
David Srbecký 41386ade75 Remove IExpirable from Value. 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ý 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ý 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
David Srbecký 72d158f3e7 Tests for the last revision generic 18 years ago
David Srbecký 360acce034 Added specific Ast Expression so that more information can be preserved. 18 years ago
David Srbecký ed21dc016f Fixed last build; 19 years ago
David Srbecký 128320fba5 Added exception test 19 years ago