Martin Konicek
b79d0c7075
Merge branch 'newNR' into newNRvisualizers
13 years ago
David Srbecký
076027c114
Remove overridden LazyCecilTypeDefinition.FullName and let base class handle it.
13 years ago
David Srbecký
87e8f5a54c
Improve IL mapping:
...
- Use the widest sequence point containing the IL offset
- Ignore the newline which was printed at the end of the statement
13 years ago
Peter Forstmeier
e019155455
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
13 years ago
Peter Forstmeier
1e082175f4
Remove old SettingsView, remove reference to System.Windows.Forms
13 years ago
David Srbecký
1e902d13ac
Fix unit tests
13 years ago
David Srbecký
ea026ca401
Fix CurrentLineBookmark for whole-line and multi-line sequence points
13 years ago
David Srbecký
333e3644b7
Slightly improve mapping from IL to source code
13 years ago
David Srbecký
052ea0565f
Make ILRange immutable struct
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ý
01ec356fa1
ILSpyAddIn can be a symbol source for the debugger
13 years ago
David Srbecký
3c1353849f
Remove all code related to debugging of decompiled code
13 years ago
David Srbecký
4f68861544
Simplify debug symbols generated by ILSpy
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
Martin Konicek
a43d859016
Merge branch 'newNR' into newNRvisualizers
13 years ago
Peter Forstmeier
df38438891
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
13 years ago
Peter Forstmeier
f89bd5107a
Convert SettingsEditor to Wpf
13 years ago
Matt Ward
065f55350f
Add code coverage addin.
...
Extended TestExecutionOptions to allow post processing of the
NUnit ProcessStartInfo.
Drop down button in Code Coverage pad is not working.
Commented out some unit tests and code temporarily.
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
Matt Ward
5506c43932
Add Package Management addin.
...
PowerShell console disabled.
Running PowerShell scripts on install/uninstall of a NuGet
package is disabled.
13 years ago
Siegfried Pammer
4802c70556
implemented more methods in CSharpCodeGenerator + Tests and added back SuppressMessageCommand
13 years ago
Matt Ward
5fc29724a9
Add WiX addin.
...
WiX dialog designer is currently disabled.
Sub menu items for the context menu in setup files view are disabled
since the ISubmenuBuilder no longer exists.
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
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
7e25cffb71
Fix crash when running Find References while a .xaml file is open.
13 years ago
Daniel Grunwald
98b90a1b7c
Fix crash when opening load/save options panel.
13 years ago
Daniel Grunwald
a2bfa48520
Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget().
13 years ago
Daniel Grunwald
ca58352207
Don't serialize InternalBreakpointObject.
13 years ago
Daniel Grunwald
cc470ec86e
Replace DelegateCommand and DesignCommand with RelayCommand.
13 years ago
Daniel Grunwald
05c08b91b3
Implemented ITypeDefinitionModel.NestedTypes.
13 years ago
Daniel Grunwald
22e4ec0457
Add 'SD.MainThread.InvokeAsyncAndForget()' method that combines 'InvokeAsync().FireAndForget()' into a single step.
...
This makes debugging SharpDevelop easier because exceptions are left unhandled; they don't get caught by a Task<T>.
13 years ago
Daniel Grunwald
0ca73ec33e
Fix initialization of IProject.TypeDefinitionModels.
13 years ago