Martin Konicek
b40a344def
Debugger visualizers - merge a few small helper
...
files. Rename Graph -> GraphVisualizer.
13 years ago
Peter Forstmeier
6fe6f8f4eb
Missing Text in Debugger.AddIn/Options/DebuggingSymbolsPanel.xaml.cs
13 years ago
Martin Konicek
70b7fef325
Debugger visualizers - progress towards getting the project to compile.
13 years ago
Martin Konicek
e49e4e3cec
Incorporate some feedback.
13 years ago
Martin Konicek
d9cc6fff23
OnPropertyChanged() thanks to [CallerMemberName].
13 years ago
Martin Konicek
cfea0859d0
Adapt to removed WPF helpers.
13 years ago
Martin Konicek
65224556ca
Use KnownTypeCode.
13 years ago
Martin Konicek
efc702f76f
Use OfType<T>()
13 years ago
Martin Konicek
63ecc56b87
Debugger visualizers - switch from DebugType to
...
IType in declarations - the easy part.
The next part is to port method implementations.
13 years ago
David Srbecký
4ce8ed55d9
Fix broken unit tests due to last commit
13 years ago
David Srbecký
7966faa3cc
Re-write debugger options to use accessors with Get/Set methods.
13 years ago
David Srbecký
82d2924b10
Removed some debugger options
13 years ago
David Srbecký
3458e13eb7
Use the unresolved member to check that the stack-frame is valid.
13 years ago
Daniel Grunwald
a2bfa48520
Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget().
13 years ago
Daniel Grunwald
0ca73ec33e
Fix initialization of IProject.TypeDefinitionModels.
13 years ago
Martin Konicek
05288c1deb
Object graph visualizer - use Strings instead
...
of Expressions to refer to members.
The main purpose of having a String representation
of members is persisting expand state between
debugger steps.
13 years ago
Martin Konicek
e858b57dd8
Object graph visualizer - temporarily disable
...
collection support to make porting the code
to new NRefactory more feasible.
13 years ago
David Srbecký
86b779a8f0
Re-implemented fast property evaluation
13 years ago
Siegfried Pammer
93565945b1
fixed serialization of breakpoints and bookmarks
13 years ago
Siegfried Pammer
281f3e17b3
fix NRE in ExpressionEvaluationVisitor when trying to evaluate non-static field from static context.
13 years ago
David Srbecký
ce93c593ad
Re-implement support for IEnumerable<T> in tooltips
13 years ago
David Srbecký
81f6f66a33
Do not suspend other threads while stepping
13 years ago
David Srbecký
7d1735c54f
Refactor handling of debuggee exceptions
13 years ago
Daniel Grunwald
0eb8e20dbc
Adjust SharpDevelop to NRefactory update.
...
I removed the Mono.Cecil reference from SD.Base as it was only used in the broken debugger-decompiler code, which doesn't really belong into Base anyways.
13 years ago
Peter Forstmeier
e2e16fa5fe
Remove unused Files
13 years ago
Peter Forstmeier
1ca86cf0ab
add missing file
13 years ago
Peter Forstmeier
9a542d4f67
Debugger.AddIn/Options/DebuggingSymbolsPanelXaml.xaml.cs
13 years ago
David Srbecký
0ef2ab3f76
Enable "CompilerGeneratedClasses" debugger test
13 years ago
David Srbecký
0b924bbbf3
Moving some debugger's files around
13 years ago
David Srbecký
232985182a
Refactored handling of large and multi-dimensional arrays
13 years ago
David Srbecký
4e058deb5b
Removed parallel stacks pad for the time being
13 years ago
David Srbecký
0022f6db3f
Refactored breakpoints; Ensure multiple (conditional) breakpoints on the same line are handled.
13 years ago
David Srbecký
ae35b9e8ea
Ensure that the root node of debugger tooltip can be re-evaluated
13 years ago
Daniel Grunwald
8293675a92
Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)'
13 years ago
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
13 years ago
Daniel Grunwald
6950976e53
Fix a couple of compiler warnings.
13 years ago
Daniel Grunwald
760a2ae10b
Remove more usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
7f18d1d432
Remove usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
d54cf7c844
Move remaining bookmark classes.
13 years ago
Daniel Grunwald
d0a11e630d
Move bookmark-related classes to new folder structure.
13 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
13 years ago
Daniel Grunwald
87c29779a9
Remove ICSharpCode.Core.ICommand and use the WPF ICommand instead.
...
Renamed 'caller'/'owner' to 'parameter' to be consistent with the WPF ICommand.
13 years ago
Daniel Grunwald
a3f61c855f
Move workbench-related classes into new 'Workbench' namespace.
13 years ago
Daniel Grunwald
05904c8407
Replace ITextEditorProvider with GetService<ITextEditor>().
13 years ago
Daniel Grunwald
8f5f3a7572
Add ILSpyAddIn.
13 years ago
Daniel Grunwald
becbe5e4ab
Fix ArgumentOutOfRangeException when double-clicking the top-most pixel in the exception dialog's text box.
13 years ago
Daniel Grunwald
ca748094e1
Set Debugger.Tests to .NET 4.5.
13 years ago
Siegfried Pammer
132afcb96d
add Debugger AddIn dependency on ILSpy AddIn - should fix http://community.sharpdevelop.net/forums/t/16050.aspx
13 years ago
Daniel Grunwald
a660f427b8
Started porting the FxCop-AddIn to SD5.
13 years ago
Daniel Grunwald
bbe4654da0
Add back the IconEditor AddIn.
13 years ago