29 Commits (4798dae6fea25bab847c082e0f03474a31515b4a)

Author SHA1 Message Date
David Srbecký 4798dae6fe Refactored the stepping logic to be more friendly with multiple symbol source; 13 years ago
David Srbecký 82d2924b10 Removed some debugger options 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
David Srbecký 0022f6db3f Refactored breakpoints; Ensure multiple (conditional) breakpoints on the same line are handled. 13 years ago
David Srbecký fa16156631 Replaced debugger's type system with NRefactory type system 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ý 0a07af2788 Completely changed how debugger keeps state for nodes in local variables pad and in tooltips. 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 9c892c6636 ignore all exceptions while evaluating 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
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 15 years ago
mkonicek 3e105b2613 Debugger - working option "Pause on handled Exceptions". 15 years ago
mkonicek bbdf7cd77b Redesigned debugging options panel in XAML. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
David Srbecký 61d67819c3 In .NET 4.0, we use the LoadClass callback to load dynamic modules because it always works - UpdateModuleSymbols does not. 16 years ago
David Srbecký 63612c3c6d Hopefully fixed "Process not synchronized." at ICorDebugThread.GetUserState 16 years ago
David Srbecký 0305697c99 Disable steppers before detach 16 years ago
David Srbecký 8d05f56765 Minor update to last revision 16 years ago
David Srbecký 33a981042f Hopefully fixed the bug with invalid "__exception" 16 years ago
David Srbecký 8a0dc0ba3e Show only variables in scope 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký eb99732ca1 Fixed tooltips for primitive values and arrays. Show "(empty)" placeholder for empty enumerations. 16 years ago
David Srbecký 36a37b020a Apply thread-suspend rules for threads created during the stepping 16 years ago
David Srbecký 9da4702054 Suspend other threads during stepping 16 years ago
David Srbecký b138040f0e Minor tweaks 16 years ago
David Srbecký 8ee08d6071 Removed the Debugger.Internal namespace 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký 4c8be8219e Removed the Is<T>, As<T> and CastTo<T> helper methods 16 years ago
David Srbecký 9686a82a01 Reimplemented COM object tracking. Fixed remaining compile errors. 16 years ago
David Srbecký 0bec899af9 Using methods instead of properties 16 years ago
David Srbecký 4e479b74e6 Moved the rest to the Debugger.Interop namespace. Renamed using statements. 16 years ago
David Srbecký af98db8e6d Merged interop files together 16 years ago
David Srbecký f36bc90ba1 Remove unused import statements 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
David Srbecký 498a8e0a70 Decoupled support for expressions from the debugger core 16 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 1d42e43287 Don't show MessageBox when running unit tests on build server. 17 years ago
David Srbecký bac075bbcd Reverted some convenience methods from r4745 17 years ago
David Srbecký 4162f7ab31 Expression caching 17 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 17 years ago
David Srbecký ac76eaa009 Type caching simplified; 17 years ago
David Srbecký 4dca3978ca Made the debugger is more aware of AppDomains. Most objects now know which appdomain they belong to. 17 years ago
David Srbecký e89dd70d3c Renaming files accordingly and some final touches 17 years ago
David Srbecký 8ed71a4bf3 Created ThreadCollection class 17 years ago