25 Commits (26fa79add31b58fb834993dbfe0a7f34d313db44)

Author SHA1 Message Date
Siegfried Pammer 723ed39a8a fix http://community.sharpdevelop.net/forums/t/15745.aspx - Delete variable in watch window 13 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 3c7f1b3987 remove static data. 14 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 14 years ago
Siegfried Pammer d571914b27 remove dependency on Aga.Controls from Debugger.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 4c83b381c9 fix evaluation in console pad; refactoring; 14 years ago
Eusebiu Marcu bc9215733c Check if CurrentProject exists - Fix NullReference 15 years ago
Eusebiu Marcu 525c75cad2 New features in WPF WatchPad: 15 years ago
Eusebiu Marcu 9ca217c1df Fix WatchPad issues; 15 years ago
Eusebiu Marcu 3318da248a Add method view 15 years ago
eusebiu 1d934de1b4 Edit pin control v0.2 15 years ago
eusebiu b53f8635f2 Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls 15 years ago
Eusebiu a351d20664 WatchPad + Console control 15 years ago
eusebiu 84d90d3aa3 minor upgrade to WatchPad.cs: add on double click / remove on DEL 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 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ý 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
Martin Koníček 0c173cf688 Removed dependency on Value.ExpressionTree from Grid visualizer and WatchPad. 16 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 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
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
Siegfried Pammer 99ccdb033d WatchPad now allows changing nodes while debugging 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 16 years ago
Matt Ward 6e80d05d88 Fixed SD2-1503. Invalid expression error message prompt displayed by watch window. 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
Siegfried Pammer a9ad6e8f8a Small improvements in watch pad. 17 years ago
Siegfried Pammer 9d7747a126 Implemented watch pad 17 years ago