Eusebiu Marcu
5d5d266a9d
Remove dynamic code. Simplify debugging decompiled code.
14 years ago
Daniel Grunwald
0b5295f6c1
Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest
14 years ago
Eusebiu Marcu
b6f46a7c55
fix null exception when the symbol is null
14 years ago
Eusebiu Marcu
8d11730326
fix bug when SD tried to display the source file that not exists (e.g. the symbols are present but the sources aren't - see Prism).
14 years ago
Eusebiu Marcu
6701792f39
evaluate local variables (not only parameters) for decompiled code.
14 years ago
Eusebiu Marcu
de36dc4148
move external debug info in decompiler 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
Daniel Grunwald
5f66310a16
Change version to 4.2
14 years ago
Matt Ward
96e2386569
Change version name from alpha to beta.
14 years ago
Eusebiu Marcu
73442ef67b
fix issue when codemappings are not entirely built.
14 years ago
Eusebiu Marcu
4c83b381c9
fix evaluation in console pad; refactoring;
14 years ago
Eusebiu Marcu
f993d5a2a4
Make breakpoints work in decompiled code.
14 years ago
Eusebiu Marcu
4f22877fbf
Debug & evaluate third party code.
14 years ago
mkonicek
3e105b2613
Debugger - working option "Pause on handled Exceptions".
14 years ago
mkonicek
bbdf7cd77b
Redesigned debugging options panel in XAML.
14 years ago
Siegfried Pammer
92e8c64cd1
fixed misplaced Validate calls
14 years ago
Siegfried Pammer
881e805f18
fix bugs in FormLocationHelper introduced by 5a252208b6
, now it should work even better with multiple monitors
14 years ago
Siegfried Pammer
a48016d276
add support for ProjectExtensions in IProject API
14 years ago
Matt Ward
aad8978f1a
Fix build.
14 years ago
mkonicek
245d09dfa8
Context actions - some cleanup.
14 years ago
mkonicek
5156aaa37e
Debugger visualizers - removed unused IVisualizerCommand.CanExecute.
14 years ago
Matt Ward
2eb67539d6
Support using NuGet packages in project templates.
14 years ago
Daniel Grunwald
1aafa02c4c
Fix SD-1767 - NullReferenceException when closing a solution while "Loading References..." is active.
14 years ago
Daniel Grunwald
4a474f4b35
SD-1605 - Reimplement editing project and solution configurations
14 years ago
Daniel Grunwald
b0556be96a
Fix ArgumentException (Illegal characters in path) when clicking a hyperlink that contains characters that are invalid in a filename
...
http://community.sharpdevelop.net/forums/t/13326.aspx
14 years ago
Boris Kozorovitzky
a5644c7858
ProjectBinding may choose to handle missing project by itself.
14 years ago
Daniel Grunwald
e469342370
Allow changing the visibility of toolbar combobox using conditions.
14 years ago
Boris Kozorovitzky
5e8dfcc799
Adding project sections into ProjectLoadInformation
14 years ago
Eusebiu Marcu
7380d50514
fix bookmarks navigation issue
14 years ago
mkonicek
32ba95171c
Minor cleanup.
14 years ago
Daniel Grunwald
48b5e0e52f
Add decompiler functionality to ILSpy AddIn.
14 years ago
Daniel Grunwald
753dfd5d65
Remove Eusebiu's metadata decompiler.
14 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
14 years ago
Daniel Grunwald
05243c86cd
Make options dialog start centered.
14 years ago
Daniel Grunwald
a7938d7e56
Work around a WPF issue when %WINDIR% is set to an incorrect path
14 years ago
Daniel Grunwald
9b9758974c
Fixed bug in CecilReader that could cause it to confuse types with the same full name (but different number of type parameters)
14 years ago
Daniel Grunwald
e10d969891
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
...
Also, get rid of some unexpected reentrancy.
14 years ago
Daniel Grunwald
d77090270c
Fixed ObjectDisposedException on MSBuildBasedProject in OptionPanels.ApplicationSettings.<LoadPanelContents>b__1:
...
- close project options view when the project is removed from the solution
- use an event on MSBuildBasedProject to detect a changed tools version, instead of querying it whenever the option page becomes visible
14 years ago
Daniel Grunwald
947f4eea3e
Add workaround for exception in RefactoringService.FixIndexerExpression
14 years ago
Daniel Grunwald
62ce690fd1
Avoid NullReferenceException when DataObject.GetData returns null.
14 years ago
Daniel Grunwald
e647623199
Fixed SD-1817 - NullReferenceException in C# OverloadResolution when editing signature of generic method with 'params'
14 years ago
Daniel Grunwald
9c5bdcc801
Look up xml documentation in reference assemblies folder.
14 years ago
Boris Kozorovitzky
1199d0915b
Tooltip in toolbar combobox
14 years ago
Eusebiu Marcu
6fe1ac9d76
Read virtual memory of a process.
14 years ago
Eusebiu Marcu
ae0d2b3e51
Put icon bookmark inside the Location column. Fix resize issue.
...
Remove enable/disable all from BookmarkPad.
Rename some namespaces.
Fix jumping to bookmarks in the file.
14 years ago
Eusebiu Marcu
70ee998c95
Add memory pad for debugged process memory
14 years ago
Daniel Grunwald
441d644366
Fixed bugs in DocumentationTag implementation.
14 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
14 years ago
peterforstmeier
5a252208b6
Patch from http://community.sharpdevelop.net/forums/t/12899.aspx
15 years ago
Daniel Grunwald
d209e6830f
Add INotifyPropertyChanged to QuickClassBrowser.EntityItem.
15 years ago