92 Commits (3c1353849f1ee8a3cbcb8f9b617683089c30ad71)

Author SHA1 Message Date
David Srbecký 3c1353849f Remove all code related to debugging of decompiled code 13 years ago
David Srbecký c2855d5a65 Refactored handling of debug symbols 13 years ago
Daniel Grunwald a2bfa48520 Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget(). 13 years ago
David Srbecký 81f6f66a33 Do not suspend other threads while stepping 13 years ago
David Srbecký 7d1735c54f Refactor handling of debuggee exceptions 13 years ago
Daniel Grunwald 0eb8e20dbc Adjust SharpDevelop to NRefactory update. 13 years ago
David Srbecký 0022f6db3f Refactored breakpoints; Ensure multiple (conditional) breakpoints on the same line are handled. 13 years ago
David Srbecký ae35b9e8ea Ensure that the root node of debugger tooltip can be re-evaluated 13 years ago
Daniel Grunwald 760a2ae10b Remove more usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald 7f18d1d432 Remove usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald d54cf7c844 Move remaining bookmark classes. 13 years ago
Daniel Grunwald 8f5f3a7572 Add ILSpyAddIn. 13 years ago
Daniel Grunwald e1d7f1bf7f Show tooltips on EnhancedScrollBarTrack. 13 years ago
Siegfried Pammer c9bea6a597 reimplement tooltips for simple expressions 13 years ago
Siegfried Pammer 2857444c52 Implement better value conversion in the evaluator. 13 years ago
Siegfried Pammer 52add16bea use new IType information for expression evaluation 13 years ago
Siegfried Pammer 28bc1648b0 Implemented debugger expression evaluation using NRefactory semantic trees. 13 years ago
David Srbecký fa16156631 Replaced debugger's type system with NRefactory type system 13 years ago
Siegfried Pammer 4671ad9828 WIP 13 years ago
David Srbecký 13e147a480 Refactored Threads Pad 13 years ago
David Srbecký 1022ad705b Refactored CallStack Pad 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
David Srbecký fb31be5e4c Cleaning up debugger tree model and tooltips 13 years ago
David Srbecký 0a07af2788 Completely changed how debugger keeps state for nodes in local variables pad and in tooltips. 13 years ago
Daniel Grunwald 3ed3ed64b1 Potential fix for NullReferenceException in WindowsDebugger.GetValueFromName(). 14 years ago
Siegfried Pammer 430e6b3954 add option "Decompile code without symbols" to SharpDevelop; small improvements in debugger when debugging decompiled code 14 years ago
Daniel Grunwald 6bd47b7611 Revert David's debugger changes - they won't be part of SD 4.2. 14 years ago
David Srbecký 62265526a4 Completely changed how debugger keeps state for nodes in local variables pad and in tooltips. 14 years ago
Siegfried Pammer 86b63e630f fix NullReferenceException when intercepting handled exceptions 14 years ago
Siegfried Pammer 0b93199ba2 remove crazy exception handling from WindowsDebugger.GetValueFromName 14 years ago
Siegfried Pammer 69800ced7c fix SD-1843 - 'Pause on handled exceptions' won't let me continue program execution after a handled exception is caught by the debugger 14 years ago
Siegfried Pammer b4e1e34202 add Continue button to DebuggeeExceptionForm 14 years ago
Siegfried Pammer 47c9ee8fc8 small adjustments to Exception Form 14 years ago
Siegfried Pammer 80160c1c19 finished implementation of Behaviors 14 years ago
Siegfried Pammer 240870f897 fix potential null reference in WindowsDebugger.JumpToCurrentLine 14 years ago
Matt Ward 72a2e21ae4 Support running a web project with either IIS Express or IIS when both are installed. 14 years ago
Eusebiu Marcu 4318102544 Add basic "View in browser" menu item. 14 years ago
Eusebiu Marcu 93948ebc56 Show tooltip pins only for frames with symbols (source exists). 14 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 14 years ago
Eusebiu Marcu 9f4a336bdd remove unnecessary properties and clear the code. 14 years ago
Eusebiu Marcu 5d5d266a9d Remove dynamic code. Simplify debugging decompiled code. 14 years ago
Siegfried Pammer d571914b27 remove dependency on Aga.Controls from Debugger.AddIn 14 years ago
Eusebiu Marcu b6fe47b404 fix start options for ASp.NET MVC projects 14 years ago
Eusebiu Marcu 6701792f39 evaluate local variables (not only parameters) for decompiled code. 14 years ago
Eusebiu Marcu de36dc4148 move external debug info in decompiler addin 14 years ago
Eusebiu Marcu abdeeb5c20 decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content. 14 years ago
Eusebiu Marcu 8496217ca6 Show message when process is running and step action is requested. 14 years ago
Eusebiu Marcu 1c2c8970f2 fix evaluation 14 years ago