115 Commits (dfaab950058e5add1375401ca120988cc9d83eb9)

Author SHA1 Message Date
Daniel Grunwald dfaab95005 Adjust debugger test cases to new DefaultResolvedMethod.ToString() implementation. 14 years ago
David Srbecký 5d802a226d Fixing/updating debugger unit tests: 14 years ago
David Srbecký 848aa733e5 Fixing/updating debugger unit tests: 14 years ago
David Srbecký b842abccbd Fix NullReference exception in IsDisplayClass. 14 years ago
Daniel Grunwald f37888e7c8 Fixed local variable references in current module. 14 years ago
Siegfried Pammer 52add16bea use new IType information for expression evaluation 14 years ago
Siegfried Pammer 28bc1648b0 Implemented debugger expression evaluation using NRefactory semantic trees. 14 years ago
Daniel Grunwald 3172370e38 Implement looking up ICorDebugFunction in debugger type system. 14 years ago
David Srbecký fa16156631 Replaced debugger's type system with NRefactory type system 14 years ago
Daniel Grunwald 253a5a6d2c Add IMethod.GetVariableType() extension method to debugger type system. 14 years ago
Daniel Grunwald 2a7d589f3b Avoid reparse when the chosen configuration/platform is not Debug/Any CPU. 14 years ago
Daniel Grunwald b55a75d3fb Add GetMetadataToken() extension method. 14 years ago
Daniel Grunwald 3b2fd56d92 Initialize the debugger type system asynchronously. 14 years ago
Daniel Grunwald fde86264a2 Add compilation.Import(ICorDebugType) 14 years ago
Daniel Grunwald 88959babf6 Initialize NR5-based type system in the debugger. 14 years ago
mkonicek 4a47709926 Don't evaluate expressions in the Object graph visualizer. 14 years ago
Daniel Grunwald 12fba5cb2b Remove incorrect GetElementType() call. 14 years ago
Daniel Grunwald e8ca5763fa Fixed NotSupportedException when stepping into a decompiled generic method. (crash #3606) 14 years ago
David Srbecký 67def76f66 Removed MemoryPad and ObjectGraphPad 14 years ago
David Srbecký 0a98924dd2 Do not throw exception when the debugger encounters thread which we do not know about. 14 years ago
David Srbecký f0ab856167 Removed SelectedThread and SelectedStackFrame from the debugger core. The addin now has to track those. 14 years ago
David Srbecký d358ce6f4a Removed PausedReason. 14 years ago
David Srbecký 0d4cd64ae6 Removed several debugger events. Refactored event handling in the debugger addin. 14 years ago
David Srbecký fb31be5e4c Cleaning up debugger tree model and tooltips 14 years ago
David Srbecký 0a07af2788 Completely changed how debugger keeps state for nodes in local variables pad and in tooltips. 14 years ago
Daniel Grunwald 7a5190f7d3 Fix NullReferenceException in DebugMethodInfo.get_IsGenericMethod 14 years ago
Daniel Grunwald 2d0d4433f0 Fix NullReferenceException in Process.GetCurrentExecutingFrame 14 years ago
Siegfried Pammer 377114e1c9 remove options for JMC and Step over code without symbols (both of them are enabled by default), use "Decompile code without symbols" instead 14 years ago
Daniel Grunwald 83a7ae5f69 Fix DebugType.IsEnum (always returned false due to undocumented breaking change in .NET 4.5). 14 years ago
Siegfried Pammer 430e6b3954 add option "Decompile code without symbols" to SharpDevelop; small improvements in debugger when debugging decompiled code 14 years ago
Matt Ward f03baa5c96 Fix IronPython breakpoints not being hit when attaching after dynamic symbols have been loaded. 14 years ago
Siegfried Pammer 54ee299513 add support for async methods in debug info 14 years ago
Daniel Grunwald 6bd47b7611 Revert David's debugger changes - they won't be part of SD 4.2. 14 years ago
David Srbecký 62265526a4 Completely changed how debugger keeps state for nodes in local variables pad and in tooltips. 14 years ago
Siegfried Pammer 86b63e630f fix NullReferenceException when intercepting handled exceptions 14 years ago
Siegfried Pammer 9c892c6636 ignore all exceptions while evaluating 14 years ago
Siegfried Pammer db9e807f0f fixed unit tests 14 years ago
Siegfried Pammer a6289b3df0 fixed SD-1889 - NullReferenceException when pausing debugger 14 years ago
Siegfried Pammer 69800ced7c fix SD-1843 - 'Pause on handled exceptions' won't let me continue program execution after a handled exception is caught by the debugger 14 years ago
Siegfried Pammer b5c482d4c2 reviewed patch by aleksoft 14 years ago
Alex Ivanov c34ce8ddc3 Debugger: try harder to resolve cast expressions 14 years ago
Siegfried Pammer a47ba05c96 fix exception #2370 NullReferenceException at Debugger.Thread.InterceptCurrentException() 14 years ago
Siegfried Pammer 63bbc50e24 fixed some compiler warnings 14 years ago
David Srbecký f9212ea17c Fixed possible freeze of debugger that could occur after exception in NGENed code. 15 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 15 years ago
Eusebiu Marcu 4c83b381c9 fix evaluation in console pad; refactoring; 15 years ago
Eusebiu Marcu f993d5a2a4 Make breakpoints work in decompiled code. 15 years ago
Eusebiu Marcu fe947738a1 update local var pad 15 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 15 years ago
mkonicek 3e105b2613 Debugger - working option "Pause on handled Exceptions". 15 years ago