1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
David Srbecký a4d47a8c69 Use Ast visitor to evaluate debugger tooltips 18 years ago
David Srbecký f21e918f6d Fix: "A reference value was found to be bad during dereferencing." 18 years ago
David Srbecký 1c894968d7 Accept new test output: Container changed from array to List<T> 18 years ago
David Srbecký 8b95a3cfb5 Moved some convenience methods from Expression.Create to MethodInfo 18 years ago
David Srbecký dd4cb95ad1 Detection of kernel debugger: Consider the /nodebug option and handle any missing slashes 18 years ago
David Srbecký dfa651c2a1 Use richer set of icons in the local variables pad 18 years ago
David Srbecký d17efd1045 Forgot to commit 2 files 18 years ago
David Srbecký 47221d89d5 Implemented Run to cursor command 18 years ago
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 18 years ago
Matt Ward 35b252484c After attaching to a process the stop menu will now show a dialog asking whether the process should be terminated or detached. 18 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 18 years ago
David Srbecký 910bef1044 Fixed bug introduced in 3137: Breakpoint was disabled rather then just deactivated on detach. 18 years ago
David Srbecký 91762af494 Do some effort to locate the source code for a given symbol file 18 years ago
David Srbecký 66963f1025 Fix the IList extension in the case where integers are printed in hex 18 years ago
Matt Ward 5d69e1012e Attach to process dialog now can show or hide non-managed processes. 18 years ago
David Srbecký 6a371d89e2 Fix unit test: Just-My-Code and ObeyAttributes are enabled by default 18 years ago
David Srbecký 866b0f92fe Added an options page for the debugger 18 years ago
David Srbecký d03abbe470 Reformatted the output of debugger tests: properties are outputted as attributes rather then elements 18 years ago
Justin Dearing 4591960580 Some refactoring of the projecthandling coded. Documented some methods and cleaned up code. Also DirectoryNodeFactory got its own file. 18 years ago
David Srbecký 73a9a6552e DebuggerHidden attribute marks code as non-user code 18 years ago
David Srbecký 08b3a84a5d Process.Terminate blocks until the process is terminated. 18 years ago
David Srbecký d95b4ac9c9 Enforce invariant culture for debugger unit tests 18 years ago
David Srbecký da2a5721d2 More verbose error messages of unit tests. (For server diagnostics, the unit tests work on my machine) 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
Matt Ward 9c8d604831 Detaching from a process no longer causes the text editor to jump to the line of code where the process was paused just before detaching. 18 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 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ý a0320660b3 Breakpoints: 18 years ago
David Srbecký 755f269c55 Sort variables alphabetically 18 years ago
David Srbecký d876c23d12 Debugging of .NET 1.1 programs is not supported 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ý caca8e4c40 Removed caching of values in thread - it is possible to get thread state only in paused state. 18 years ago
Daniel Grunwald 0e240f6375 Subversion 1.5 can move already-moved files and directories; so we can cleanup the SubversionAddIn code a bit and automatically add new directories to version control. 18 years ago
Daniel Grunwald a1093526c3 Fixed two bugs in the HighlightingEditor (might fix forum-7900). 18 years ago
David Srbecký 8d6b59bf0d Fixed SD2-1301: Debugging when Windows started in debug mode 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ý 2cd06c6232 Make sure not to include "return parameter" into methods parameter count 18 years ago
David Srbecký ab6a579558 Added Module.GetDefinedTypes; Only non-generic types are returned at the moment; 18 years ago
Justin Dearing 1bd7eca986 Documented ProcessExitedException. Added a new constructor, as well as a ProcessName property. I cannot populate these yet. 18 years ago
David Srbecký f669b4752e Incremented debugger version to 3.0.0.0 18 years ago
David Srbecký 06766bc96d Fixed SD2-1387: Freezing a thread may hang SharpDevelop 18 years ago
David Srbecký 34c72f5b81 Fixed SD2-1118: Trying to manualy close the debuggee while the Local variables pad is loading nodes throws exception. 18 years ago
David Srbecký 10ad362c70 Fixed SD2-1395: Cannot see the value of static members of a class 18 years ago
David Srbecký 676eaa7cb6 Arrays are divided into ranges of 100 elements in Tooltips 18 years ago
David Srbecký fbab0fe085 Test output updated for interfaces; 18 years ago
Matt Ward d0f467cf57 Added support for attaching the debugger to a running process. 18 years ago