26 Commits (0a07af27886517aa7a131f0637285776257697af)

Author SHA1 Message Date
David Srbecký 0a07af2788 Completely changed how debugger keeps state for nodes in local variables pad and in tooltips. 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 860a1432ae fix SD-1888 - NullReferenceException in ExpressionNode.EvaluateExpression 14 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 14 years ago
Siegfried Pammer d571914b27 remove dependency on Aga.Controls from Debugger.AddIn 14 years ago
Eusebiu Marcu 6701792f39 evaluate local variables (not only parameters) for decompiled code. 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 4f22877fbf Debug & evaluate third party code. 14 years ago
Daniel Grunwald 6dfa03cd02 Add maxLength parameter to Value.AsString() method. 15 years ago
Eusebiu Marcu 1822e1240e fix Pincontrol when expanding when debugger is not running 15 years ago
Eusebiu Marcu c079a6806e use pretty print of an expression... much better! 15 years ago
Eusebiu Marcu 70b33f5963 move tooltips to Debugger.AddIn 15 years ago
eusebiu 20e51d050f modify UI of control 15 years ago
eusebiu afea20fac0 UI update on pin control 15 years ago
eusebiu 1d934de1b4 Edit pin control v0.2 15 years ago
eusebiu af9798ef45 Edit Pin control v0.1 15 years ago
eusebiu b53f8635f2 Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 8bbeaac8f9 improved display of strings and characters in debugger tooltips 15 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 63ac1e1b04 Heuristic to show integers as hexadecimal 16 years ago
David Srbecký eb99732ca1 Fixed tooltips for primitive values and arrays. Show "(empty)" placeholder for empty enumerations. 16 years ago
David Srbecký e781c4af61 Show elements directly in List<T> tooltip 16 years ago
David Srbecký 84422d0715 String is not primitive type. 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký bee95cb2a3 Updating Debugger.Addin to the new metadata API (the whole solution compiles again) 16 years ago
Martin Koníček 2b0b4a00fb Added Text visualizer. 16 years ago
David Srbecký 31b994266c Use WPF "DoEvents" 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 16 years ago
Martin Koníček 0c8f5bb3c4 Refactored Debugger.AddIn.TreeModel.TreeNode to use SharpDevelop.IImage instead of System.Drawing.Bitmap. The Bitmap is still obtainable from IImage.Bitmap property. 16 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 16 years ago
Martin Koníček 97886eaaff Debugger tooltips - DebuggerTooltipControl is shown in the tooltip. 16 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
David Srbecký 4dca3978ca Made the debugger is more aware of AppDomains. Most objects now know which appdomain they belong to. 16 years ago
Daniel Grunwald 61e63ad4d2 CopyToClipboard: don't truncate string to 256 characters 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
Siegfried Pammer e00e699899 implemented the real fix for SD2-1470 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
Daniel Grunwald 751002111b Allow setting integers to hex numbers. 17 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 17 years ago
David Srbecký 403b178df6 Include class name in the callstack pad. 17 years ago
David Srbecký 0471cf253f If there is no stack frame with symbols use the first one without symbols for evaluation 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
David Srbecký ee345d0825 Support creation of all primitive types 17 years ago
David Srbecký 99bb0a198e Fixed breakpoints for whitespace lines 17 years ago