5 Commits (70b33f5963bd410f89d6c6686253982d1941937a)

Author SHA1 Message Date
Eusebiu Marcu 70b33f5963 move tooltips to Debugger.AddIn 15 years ago
eusebiu 1d934de1b4 Edit pin control v0.2 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ý 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ý 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
David Srbecký f800c21074 Using BindingFlags from System.Reflection 16 years ago
Martin Koníček 7a2a122631 Debugger tooltips for IEnumerable<T>. 16 years ago
Martin Koníček e56d8c0501 Grid visualizer uses DebuggerHelpers.CreateDebugListExpression to fill a List by IEnumerable inside the debuggee and then display the List. 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
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
David Srbecký bb7c8f88c0 Added a 'visualizer' that shows internal data about ICorDebugValue 17 years ago
David Srbecký dfa651c2a1 Use richer set of icons in the local variables pad 17 years ago
David Srbecký aa424923fc If object supports IList, use it to access the items from local variables pad. 18 years ago
David Srbecký f7aa5f0520 Correct order of events when process is killed. 18 years ago
David Srbecký 1db26b451a Change "Private members" to "Non-Public members" 18 years ago
David Srbecký 076c583040 The 'System.Object' type does not have any children - do not show 'plus' for it 18 years ago
David Srbecký 9bd0aec201 CallStackPad refresh does Application.DoEvents() as well. 18 years ago
David Srbecký c98f104ab5 Moved metadata related classes to Debugger.MetaData namespace 18 years ago
David Srbecký a17b7f9912 Fix: Do not show "Private members" if it is empty. Same for others. 18 years ago
David Srbecký 00a8984774 Rename ExpressionNode to ValueNode to emphasise that the node is immutable. The expression is now evaluated before the node's constructor. 18 years ago
David Srbecký 184af2410d Custom Abstract Syntax Tree for debugger expression independent of NRefactory. 18 years ago
David Srbecký 54c84f9aaa Show 'Private members' and similar nodes only if they are not empty. 18 years ago
David Srbecký 365047db5d Completely rewritten the variable model for Local Variables Pad and for the debugger tooltips. 18 years ago