Siegfried Pammer
|
8d5347a934
|
fix missing debugger commands
|
12 years ago |
Siegfried Pammer
|
c3dfe8dd2a
|
fix DebuggerProcessEntityContext: each IEntityModelContext needs a specific main or current assembly.
|
12 years ago |
Siegfried Pammer
|
704811c7cd
|
add column auto-width property to debugger pads
|
12 years ago |
Siegfried Pammer
|
973ca64615
|
fix SD-1912 - Debugger displays wrong values for captured parameters
|
12 years ago |
Siegfried Pammer
|
6bd1258a25
|
use specific DebuggerProcessEntityModelContext with all modules as references, to make resolving work properly
|
12 years ago |
Siegfried Pammer
|
5db0f9a816
|
add "debug executable" command to class browser toolbar; clean up the model factory methods
|
12 years ago |
Siegfried Pammer
|
0f47b3c711
|
add support for Assembly References to IAssemblyModel
|
12 years ago |
Andreas Weizel
|
1c93eb4096
|
Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes.
|
12 years ago |
Siegfried Pammer
|
135a326c85
|
add events for AppDomain creation and destruction in Debugger
|
12 years ago |
David Srbecký
|
0ef31e5117
|
Freeze all other threads during evaluation.
|
12 years ago |
Siegfried Pammer
|
7262dd6d7f
|
fix typo in resource string name
|
12 years ago |
Andreas Weizel
|
2b67452b13
|
Localized some menu items added with ClassBrowser and updated string resources.
|
12 years ago |
Siegfried Pammer
|
f30d838898
|
normalize file headers
|
12 years ago |
Daniel Grunwald
|
64501c842d
|
Use NullSafeSimpleModelCollection where possible
|
12 years ago |
Andreas Weizel
|
593fca0862
|
ClassBrowser: "Add to workspace" context menu command for Debugger modules.
|
12 years ago |
Andreas Weizel
|
74af3970e7
|
Don't show context menu of usual AssemblyTreeNodes for DebuggerModuleTreeNodes. OpenFromGacDialog now using SD's default dialog style.
|
12 years ago |
Siegfried Pammer
|
61614a56e3
|
move all formatting to CSharpOutputVisitor, move all "extra" work to decorating ITokenWriter
|
12 years ago |
Siegfried Pammer
|
7dbf90413e
|
updated DebugAssembly and DebugModule icons
|
12 years ago |
Siegfried Pammer
|
13623553e0
|
add icons for new ClassBrowser nodes
|
12 years ago |
Siegfried Pammer
|
6e343f32ab
|
fix bug in Process.OnModuleLoaded: ModuleLoaded event was not fired if BreakInMain was active and executable had no symbols
+ add support for BreakInMain in executables without symbols
|
12 years ago |
Siegfried Pammer
|
e67c669eb1
|
add "debug executable"
|
12 years ago |
Siegfried Pammer
|
2fd8a237b2
|
implement debugger tree node in Class Browser to allow browsing and decompilation of modules currently loaded in the debug session
|
12 years ago |
Siegfried Pammer
|
9d92c13c9d
|
implement display of enum values in debugger tooltips
|
12 years ago |
Andreas Weizel
|
7b7143866a
|
Method calls and character escaping are now supported in DebuggerDisplayAttribute format strings.
|
12 years ago |
Andreas Weizel
|
2a79a2c608
|
Added support for [DebuggerDisplayAttribute].
|
12 years ago |
Siegfried Pammer
|
4a2640af1a
|
allow method execution in Console Pad, Conditional Breakpoints, Watch Pad and sub-tree nodes
|
12 years ago |
Siegfried Pammer
|
a1c035e005
|
fix Debugger: Move mouse over instance field (+property?) -> does not show value; expression is missing 'this'
|
12 years ago |
Siegfried Pammer
|
1300a4bcd9
|
fix Debugger: Move mouse over static event -> crash 'unknown member type'
|
12 years ago |
Siegfried Pammer
|
f45a80f29b
|
fix Debugger: Moving mouse over a static void method taking no arguments causes a DebuggerException. It seems the debugger is trying to run the method?
|
12 years ago |
Daniel Grunwald
|
f57aee42c0
|
Close editor popups (FlowDocumentPopup + debugger popups) when the mouse moves away from them.
Fix popup not closing when switching to another document.
|
12 years ago |
Daniel Grunwald
|
7bfda47572
|
Fix moving projects between solution folders.
|
12 years ago |
Daniel Grunwald
|
918582348c
|
Fix compiler warnings.
|
13 years ago |
Daniel Grunwald
|
8b1fcfa2ba
|
Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn.
|
13 years ago |
Daniel Grunwald
|
e57e045d6e
|
Debugger: Fix ArgumentNullException when loading a secondary module of a multi-module assembly.
|
13 years ago |
Daniel Grunwald
|
5ac93c1540
|
Port most of SharpDevelop to new ISolution API.
|
13 years ago |
David Srbecký
|
4798dae6fe
|
Refactored the stepping logic to be more friendly with multiple symbol source;
JIT and NGEN optimization are explicit options now
|
13 years ago |
Martin Konicek
|
0a8a7bb3cd
|
Re-obtain hash code method after debuggee is restarted.
|
13 years ago |
David Srbecký
|
1e902d13ac
|
Fix unit tests
|
13 years ago |
David Srbecký
|
333e3644b7
|
Slightly improve mapping from IL to source code
|
13 years ago |
David Srbecký
|
07c333b1f6
|
Never return null when Debugger.Value is expected - throw GetValueException instead
|
13 years ago |
Martin Konicek
|
429117df31
|
Object graph visualizer - note possible bug.
|
13 years ago |
Martin Konicek
|
736fe7f9ed
|
Object graph visualizer starting to work.
|
13 years ago |
David Srbecký
|
3c1353849f
|
Remove all code related to debugging of decompiled code
|
13 years ago |
Martin Konicek
|
ed6891a447
|
Re-enable debugger visualizers in debugger
tooltips. Object graph visualizer crashes,
collection and text visualizer seeem to be
working.
Next up is to make object graph vis work.
|
13 years ago |
Martin Konicek
|
03a41676fc
|
Make debugger visualizers compile.
|
13 years ago |
David Srbecký
|
aa4cee4972
|
Fix evaluation bug caused by null from GetArgumentValue
|
13 years ago |
David Srbecký
|
c2855d5a65
|
Refactored handling of debug symbols
|
13 years ago |
Martin Konicek
|
6ae27d89a4
|
Debugger visualizers - progress (Grid visualizer remaining).
|
13 years ago |
Martin Konicek
|
b00869d9a0
|
Debugger visualizers - GetFieldsAndNonIndexedProperties.
|
13 years ago |
Martin Konicek
|
5bbbc94e6e
|
Formatting.
|
13 years ago |