428 Commits (cf80dece3053cc6657bec0e569bcca0649723d16)

Author SHA1 Message Date
Siegfried Pammer f5e1507088 fix refresh bugs in CallStackPad 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ý 358b6cf691 Merely moved some TreeModel code together 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 821ffcb805 remove DoEvents from all debugger pads 14 years ago
Siegfried Pammer 0b93199ba2 remove crazy exception handling from WindowsDebugger.GetValueFromName 14 years ago
Siegfried Pammer f93a898750 code cleanup - remove dynamic code from Debugger.AddIn 14 years ago
Siegfried Pammer f7169bd6c8 fix memory leak in WatchInputBox 14 years ago
Siegfried Pammer 77cb734df9 enforce all DoEvents from pads on the main thread to avoid race conditions in debugger. Do delayed invalidate on all pads. 14 years ago
Daniel Grunwald 9a8ee8c9ae Remove some unused string resources. 14 years ago
Siegfried Pammer 3921508dc8 fixed exception 2683 14 years ago
Siegfried Pammer d522c97774 fix SD-1846 - Changing debugger options during debug causes exception 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 860a1432ae fix SD-1888 - NullReferenceException in ExpressionNode.EvaluateExpression 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
Siegfried Pammer b5cc179c52 fix possible NullReferenceException in InfoNode 14 years ago
Matt Ward 72a2e21ae4 Support running a web project with either IIS Express or IIS when both are installed. 14 years ago
Siegfried Pammer d4ce5d75e8 fix NullReferenceException if IEnumerable contains no elements 14 years ago
Siegfried Pammer 4bf6937250 fix performance regression of local variables pad and watch pad 14 years ago
Siegfried Pammer 71fbb38182 fix SD-1875 - "Copy" command in context menu on values in debugger tooltips does not work correctly 15 years ago
Matt Ward c6d9b445d7 Fix null reference exception when opening the debugging options panel and Step over all properties is true. 15 years ago
Eusebiu Marcu 4318102544 Add basic "View in browser" menu item. 15 years ago
Daniel Grunwald 5843b2b30b Add support for <MenuItem type="CheckBox"/> in WPF menus. 15 years ago
Siegfried Pammer 93f3514403 fix SD-1867 - Missing string resources 15 years ago
Eusebiu Marcu 93948ebc56 Show tooltip pins only for frames with symbols (source exists). 15 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 15 years ago
Eusebiu Marcu 9f4a336bdd remove unnecessary properties and clear the code. 15 years ago
Eusebiu Marcu 5d5d266a9d Remove dynamic code. Simplify debugging decompiled code. 15 years ago
Siegfried Pammer 7b04a31e22 update resources; introduce Global.TextLine 15 years ago
Eusebiu Marcu 3c7f1b3987 remove static data. 15 years ago
Eusebiu Marcu 53dbd13ee5 Setup infrastructure to save project specific data. Save watch variables. Fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1509&PROJID=4 15 years ago
Siegfried Pammer d571914b27 remove dependency on Aga.Controls from Debugger.AddIn 15 years ago
Eusebiu Marcu b6fe47b404 fix start options for ASp.NET MVC projects 15 years ago
Eusebiu Marcu 2df2d0f853 update icons in breakpoint pad 15 years ago
Eusebiu Marcu 6701792f39 evaluate local variables (not only parameters) for decompiled code. 15 years ago
Eusebiu Marcu de36dc4148 move external debug info in decompiler addin 15 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. 15 years ago
Eusebiu Marcu 8496217ca6 Show message when process is running and step action is requested. 15 years ago
Eusebiu Marcu 4c83b381c9 fix evaluation in console pad; refactoring; 15 years ago
Eusebiu Marcu 1c2c8970f2 fix evaluation 15 years ago
Eusebiu Marcu f993d5a2a4 Make breakpoints work in decompiled code. 15 years ago
Eusebiu Marcu c01fb185e3 fix decompilation and stepping of generic types 15 years ago
Eusebiu Marcu fe947738a1 update local var pad 15 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 15 years ago
mkonicek 3e105b2613 Debugger - working option "Pause on handled Exceptions". 15 years ago
mkonicek bbdf7cd77b Redesigned debugging options panel in XAML. 15 years ago