Siegfried Pammer
|
51481d9230
|
fix some bugs in the ILSpy debugger integration
|
10 years ago |
Siegfried Pammer
|
a8a3391f25
|
fix problem with captured/local variables in a generic context while debugging
|
11 years ago |
Daniel Grunwald
|
93e368d5e2
|
ILSpySymbolSource.GetLocalVariables: in case of error, return an empty collection instead of null
|
11 years ago |
Siegfried Pammer
|
7baff72007
|
fix #436 - Debugger always steps into external code
I've restored the "Use 'Just My Code' feature for stepping" option
|
11 years ago |
Siegfried Pammer
|
3752197b37
|
fix #364: Stack Pad is horribly slow with "Show argument values" option active
|
12 years ago |
Daniel Grunwald
|
cc04f8f59b
|
Attempt to fix NullReferenceException in ILSpySymbolSource.GetLocalVariables().
|
12 years ago |
Siegfried Pammer
|
8f8b4975f1
|
use ParserService.ParseFile instead of a collection of ViewContents to get information about a decompiled type
|
12 years ago |
Siegfried Pammer
|
786e8f7741
|
use TopLevelTypeReference in DecompiledTypeReference; use ParserService in ILSpySymbolSource.GetSymbols
|
12 years ago |
Siegfried Pammer
|
cd762f8789
|
decompiled code is never compiler generated (as seen by the debugger)
|
12 years ago |
Siegfried Pammer
|
b5a7cb9bc6
|
use proper type for local variables from decompiled code
|
12 years ago |
Siegfried Pammer
|
4d3786a080
|
remove old code from DecompiledViewContent and NavigateToDecompiledEntityService
|
12 years ago |
Siegfried Pammer
|
9cce5d9369
|
implement GetMethodsFromDocumentPosition and set breakpoints in all methods (lambdas, etc.) in that location
|
12 years ago |
Siegfried Pammer
|
5f6ca0b8b3
|
clean up code
|
12 years ago |
Siegfried Pammer
|
8519f8bebd
|
fix some wrong locations and tokens in InsertMissingTokensDecorator
|
12 years ago |
Siegfried Pammer
|
679da5bc6a
|
first implementation of ILSpyParser, ILSpyUnresolvedFile and ILSpyFullParseInformation
|
12 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 |
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 |
David Srbecký
|
333e3644b7
|
Slightly improve mapping from IL to source code
|
13 years ago |
David Srbecký
|
01ec356fa1
|
ILSpyAddIn can be a symbol source for the debugger
|
13 years ago |