3365 Commits (08ccdbccfd905b4c1ce82afa9413f90885f753da)
 

Author SHA1 Message Date
David Srbecký c6d12ccc2b Error messages in the debugger console are a little bit more useful now; 17 years ago
David Srbecký 91d4a13837 Added an Console Pad in which debugging expressions can be evaluated 17 years ago
David Srbecký 8dfad3484c Sport for array indexers in the debugger tooltip 17 years ago
David Srbecký a4d47a8c69 Use Ast visitor to evaluate debugger tooltips 17 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 17 years ago
David Srbecký f21e918f6d Fix: "A reference value was found to be bad during dereferencing." 17 years ago
David Srbecký 1c894968d7 Accept new test output: Container changed from array to List<T> 17 years ago
David Srbecký 8b95a3cfb5 Moved some convenience methods from Expression.Create to MethodInfo 17 years ago
David Srbecký dd4cb95ad1 Detection of kernel debugger: Consider the /nodebug option and handle any missing slashes 17 years ago
David Srbecký dfa651c2a1 Use richer set of icons in the local variables pad 17 years ago
David Srbecký d17efd1045 Forgot to commit 2 files 17 years ago
David Srbecký 47221d89d5 Implemented Run to cursor command 17 years ago
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 17 years ago
Matt Ward 5b472f067f Can now attach the debugger to a process when there are no projects open in SharpDevelop. 17 years ago
Matt Ward 5869e66a6e Fixed an InvalidOperationException when a breakpoint bookmark was removed via the Toggle Breakpoint menu item. The command was removing a bookmark whilst the enumerator was still active. 17 years ago
Matt Ward 4ad6fbf94f Made the templates consistent by removing the empty line after the standard header. Some templates had the empty line but some did not. 17 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. 17 years ago
Daniel Grunwald db8ecab025 Fixed "go to definition" and "find references" for delegate invocations. 17 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 17 years ago
Daniel Grunwald 33e5a858a2 Remove HostCallback.BeginAssemblyLoad. 17 years ago
David Srbecký 910bef1044 Fixed bug introduced in 3137: Breakpoint was disabled rather then just deactivated on detach. 17 years ago
David Srbecký 91762af494 Do some effort to locate the source code for a given symbol file 17 years ago
David Srbecký 66963f1025 Fix the IList extension in the case where integers are printed in hex 17 years ago
Matt Ward 5d69e1012e Attach to process dialog now can show or hide non-managed processes. 17 years ago
David Srbecký 6a371d89e2 Fix unit test: Just-My-Code and ObeyAttributes are enabled by default 17 years ago
David Srbecký 866b0f92fe Added an options page for the debugger 17 years ago
Daniel Grunwald 9282eeeba2 Applied BrushEditor patch by Ivan Shumilin. 17 years ago
David Srbecký d03abbe470 Reformatted the output of debugger tests: properties are outputted as attributes rather then elements 17 years ago
Justin Dearing 4591960580 Some refactoring of the projecthandling coded. Documented some methods and cleaned up code. Also DirectoryNodeFactory got its own file. 17 years ago
David Srbecký 73a9a6552e DebuggerHidden attribute marks code as non-user code 17 years ago
David Srbecký 08b3a84a5d Process.Terminate blocks until the process is terminated. 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ý 0fae4ba16b Ignore code marked with DebuggerStepThroughAttribute or DebuggerNonUserCodeAttribute 17 years ago
David Srbecký 3c97029fc0 Significantly beefing up the MetaData wrapper 17 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. 17 years ago
Matt Ward 85d23aec85 SharpDevelop process is not added to the list of processes in the Attach to Process dialog. This prevents SharpDevelop from attaching to itself causing it to hang. 17 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 17 years ago
Daniel Grunwald 2ba44dd381 Merge Vendor/DockPanelSuite v2.1:v2.2 to SharpDevelop/Src/Libraries/DockPanel_Src. 17 years ago
Daniel Grunwald ce1d104029 Add "Vendor" directory. 17 years ago
Daniel Grunwald 0d9676f6f5 Applied patch by Ivan Shumilin: Choose class dialog for WPF Designer 17 years ago
Daniel Grunwald b626e87b20 Fixed SD2-1253 / SD2-1368 (Allow file templates to add GAC references to the project), based on patch by Siegfried Pammer 17 years ago
Daniel Grunwald f9bf7d61cd r3143@daniel-notebook: daniel | 2008-06-26 22:55:25 +0200 17 years ago
Daniel Grunwald b373049a0b r3142@daniel-notebook: daniel | 2008-06-26 22:16:56 +0200 17 years ago
David Srbecký dbba4a13eb Rewritten Breakpoint and SourcecodeSegment classes. SourcecodeSegment is now immutable. 17 years ago
David Srbecký 8759a05e66 Yet again significantly rewriting process state control 17 years ago
David Srbecký a0320660b3 Breakpoints: 17 years ago
David Srbecký 755f269c55 Sort variables alphabetically 17 years ago
David Srbecký d876c23d12 Debugging of .NET 1.1 programs is not supported 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