25 Commits (db35bad84f72feac36c5924b89d9259a2d0f459c)

Author SHA1 Message Date
David Srbecký f6cdd42cf5 Refactored Local Variables Pad and Watch Pad 14 years ago
David Srbecký f0ab856167 Removed SelectedThread and SelectedStackFrame from the debugger core. The addin now has to track those. 14 years ago
David Srbecký 0d4cd64ae6 Removed several debugger events. Refactored event handling in the debugger addin. 14 years ago
David Srbecký fb31be5e4c Cleaning up debugger tree model and tooltips 14 years ago
David Srbecký 0a07af2788 Completely changed how debugger keeps state for nodes in local variables pad and in tooltips. 14 years ago
Daniel Grunwald 2d0d4433f0 Fix NullReferenceException in Process.GetCurrentExecutingFrame 14 years ago
Siegfried Pammer 03612a691a fix flickering in debugger pads 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 821ffcb805 remove DoEvents from all debugger pads 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
Siegfried Pammer 4bf6937250 fix performance regression of local variables pad and watch pad 14 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 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 fe947738a1 update local var pad 14 years ago
Eusebiu Marcu 525c75cad2 New features in WPF WatchPad: 15 years ago
Eusebiu Marcu 3318da248a Add method view 15 years ago
Eusebiu Marcu 70b33f5963 move tooltips to Debugger.AddIn 15 years ago
eusebiu 8aa19c4dcd fix refresh local var pad 15 years ago
eusebiu 1d934de1b4 Edit pin control v0.2 15 years ago
eusebiu b53f8635f2 Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 16 years ago
Siegfried Pammer b47cf83b0e - fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx 17 years ago
Matt Ward 91bd830e61 Fixed SD2-1505 - Locals window - show values in hex does not refresh the values on display. Based on fix supplied by Nikhil Sarda. 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
Daniel Grunwald c7993c90f4 Make pads listen to language change, fixed memory leak in PresentationResourceService. 17 years ago
Justin Dearing 71bc1faf33 Added xmldocs and Description attributes to TreeViewAdv. 17 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 17 years ago
David Srbecký 34c72f5b81 Fixed SD2-1118: Trying to manualy close the debuggee while the Local variables pad is loading nodes throws exception. 17 years ago
Justin Dearing 0a0ceb58ed My recent improvements to the Debugger Exception handling code now manifests itself in a slightly more useful Exception form. 17 years ago
Justin Dearing a65f6d1fb1 Unified DebuggerException and DebugeeInnerException with interface IDebugeeException. 17 years ago
Justin Dearing 53306817a1 Refactored much of TreeViewNode. There is now a more sensible publicly accessible SetContentRecursive member and tow private static methods for dealing with internal cases. 17 years ago
David Srbecký 7e46aa6f9d Limit repainting of Local Variables Pad to 40 ms. 18 years ago
David Srbecký 9bd0aec201 CallStackPad refresh does Application.DoEvents() as well. 18 years ago
David Srbecký 8f57b8295c Performance tweak - call Application.DoEvents() before refreshing local variables pad. 18 years ago
David Srbecký a7edbf180a Completely rewritten the sate management for Process. 18 years ago
David Srbecký 8506fdebcc Show changed values in blue 18 years ago
David Srbecký 9ea3fb9980 Added an Expression cache 18 years ago
David Srbecký 05951d46a9 Enabled editing in the local variables pad. 18 years ago
David Srbecký cbb4538ef7 Add context menu to the Local Variables Pad. 18 years ago
David Srbecký 669ace74ea Catch evaluation errors are display them as special error node. 18 years ago
David Srbecký 24e577bda6 Abort refresh of local variables if debuggee is running 18 years ago
David Srbecký dd6b358a1b Removed walk-arounds left over from the last tree control. 18 years ago
David Srbecký ff0b8866e1 Abort variable refresh if debuggee is stepped 18 years ago
David Srbecký c6948d0f0f Updating Local Variables Pad to work with the new TreeView 18 years ago
David Srbecký 4dfa334656 Updated TreeViewNode adapter to the new model. 18 years ago
David Srbecký 365047db5d Completely rewritten the variable model for Local Variables Pad and for the debugger tooltips. 18 years ago