17 Commits (3c1353849f1ee8a3cbcb8f9b617683089c30ad71)

Author SHA1 Message Date
David Srbecký 3c1353849f Remove all code related to debugging of decompiled code 13 years ago
David Srbecký 7d1735c54f Refactor handling of debuggee exceptions 13 years ago
David Srbecký 0ef2ab3f76 Enable "CompilerGeneratedClasses" debugger test 13 years ago
David Srbecký 0022f6db3f Refactored breakpoints; Ensure multiple (conditional) breakpoints on the same line are handled. 13 years ago
David Srbecký 5d802a226d Fixing/updating debugger unit tests: 13 years ago
David Srbecký 848aa733e5 Fixing/updating debugger unit tests: 13 years ago
Siegfried Pammer 2857444c52 Implement better value conversion in the evaluator. 13 years ago
Siegfried Pammer 28bc1648b0 Implemented debugger expression evaluation using NRefactory semantic trees. 13 years ago
David Srbecký f0ab856167 Removed SelectedThread and SelectedStackFrame from the debugger core. The addin now has to track those. 13 years ago
David Srbecký d358ce6f4a Removed PausedReason. 13 years ago
David Srbecký 0d4cd64ae6 Removed several debugger events. Refactored event handling in the debugger addin. 13 years ago
Siegfried Pammer 86b63e630f fix NullReferenceException when intercepting handled exceptions 14 years ago
David Srbecký 4116a1a479 Normalize line ending in debug tests (just in case that the files on disk use linux line endings) 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
David Srbecký 61d67819c3 In .NET 4.0, we use the LoadClass callback to load dynamic modules because it always works - UpdateModuleSymbols does not. 15 years ago
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