108 Commits (056d1692b1fa8fcd77ae876106e62bf5dcbac01f)

Author SHA1 Message Date
Daniel Grunwald 056d1692b1 Fixed CodeCoverage tests. 17 years ago
Daniel Grunwald bdee4a2998 Disabled failing debugger test. 17 years ago
David Srbecký 05aa02a7a8 Updated test output for ".NET Framework 3.5 SP1 Family Update" 17 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 18 years ago
David Srbecký 0e7d5082dd Fixed a bug caused by extending the search scope to supertypes 18 years ago
David Srbecký 403b178df6 Include class name in the callstack pad. 18 years ago
David Srbecký ee345d0825 Support creation of all primitive types 18 years ago
David Srbecký 9218a36d0b The console is able to box values; 18 years ago
David Srbecký 99bb0a198e Fixed breakpoints for whitespace lines 18 years ago
David Srbecký bf9683cd0f Extend the lifetime of StackFrame 18 years ago
David Srbecký 4ae83b9c5c Grammar correction 18 years ago
David Srbecký ce0ef733f8 Print paused location for the Paused event; 18 years ago
David Srbecký 55e8e0bd7e Rewritten the stepping engine; 18 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 18 years ago
David Srbecký 07eb82d08e Improving performance of metadata enumerators 18 years ago
David Srbecký aee0bef040 Skip single-line properties during debugging 18 years ago
David Srbecký 40696330b0 Extended testing of non user code stepping; 18 years ago
David Srbecký 98f6813a49 Debugging the failing test.. 18 years ago
David Srbecký dbe1eb1c3f Fixed "Value does not fall within the expected range." that occurred while getting base type for Object or Pointers 18 years ago
David Srbecký b767600ba8 Forgot to deregister process start event 18 years ago
David Srbecký dfa2158fc4 Fixed Forum-7997: Error getting a name of a thread; 18 years ago
David Srbecký 5b8dec3cce Fixed Forum-7984: Handling of StackOverflow exception 18 years ago
David Srbecký f205eaa07b Pretty printing of unit tests: Collapsed Is* into one property. Inline enumerators. 18 years ago
David Srbecký 074deab11a Changing the API for Value and DebugType - removed a few Is* properties. 18 years ago
David Srbecký 72fa7ab914 Initial support for pointer types 18 years ago
David Srbecký cd1de9b0e0 Test for debug types 18 years ago
David Srbecký 1c894968d7 Accept new test output: Container changed from array to List<T> 18 years ago
David Srbecký dfa651c2a1 Use richer set of icons in the local variables pad 18 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 18 years ago
David Srbecký d03abbe470 Reformatted the output of debugger tests: properties are outputted as attributes rather then elements 18 years ago
David Srbecký 08b3a84a5d Process.Terminate blocks until the process is terminated. 18 years ago
David Srbecký 0fae4ba16b Ignore code marked with DebuggerStepThroughAttribute or DebuggerNonUserCodeAttribute 18 years ago
David Srbecký 3c97029fc0 Significantly beefing up the MetaData wrapper 18 years ago
David Srbecký dbba4a13eb Rewritten Breakpoint and SourcecodeSegment classes. SourcecodeSegment is now immutable. 18 years ago
David Srbecký 8759a05e66 Yet again significantly rewriting process state control 18 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. 18 years ago
David Srbecký b30d1d7366 Thread now has only one terminating event: Thread.Exited 18 years ago
David Srbecký 10c2f3348e Fixed SD2-1423: Thread state is invalid exception when breaking into application after main thread finished; 18 years ago
David Srbecký 395b525929 Added Module.GetNamesOfDefinedTypes - this one includes generic types 18 years ago
David Srbecký ab6a579558 Added Module.GetDefinedTypes; Only non-generic types are returned at the moment; 18 years ago
David Srbecký fbab0fe085 Test output updated for interfaces; 18 years ago
David Srbecký 2c00845a93 Fixed base type for arrays and for primitive values. Updated tests for it. 18 years ago
David Srbecký cca75c8ce0 Base class tests 18 years ago
David Srbecký a7edbf180a Completely rewritten the sate management for Process. 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ý 5891dcb596 Renamed Continue to AsyncContinue. 18 years ago
David Srbecký 2cbd80bf07 Updated tests 18 years ago
David Srbecký 088e6523ee Reorganized code in CallstackPad 18 years ago
David Srbecký bc962c71d7 Renamed LastStackFrame to MostRecentStackFrame 18 years ago