19 Commits (0d4cd64ae6f722b91babf66ecf96055499878520)

Author SHA1 Message Date
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. 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
Daniel Grunwald f5780c2944 Apply new file headers 15 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. 15 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. 16 years ago
David Srbecký bac075bbcd Reverted some convenience methods from r4745 16 years ago
David Srbecký 4162f7ab31 Expression caching 16 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
David Srbecký ac76eaa009 Type caching simplified; 16 years ago
David Srbecký 4dca3978ca Made the debugger is more aware of AppDomains. Most objects now know which appdomain they belong to. 16 years ago
David Srbecký e89dd70d3c Renaming files accordingly and some final touches 16 years ago
David Srbecký 8ed71a4bf3 Created ThreadCollection class 16 years ago
David Srbecký b963238781 Created ModuleCollection class 16 years ago
David Srbecký 0e7636d384 Created EvalCollection class 16 years ago
David Srbecký 9ff7a9d575 Created BreakpointCollection class 16 years ago
David Srbecký df4ba376ab Ignoring "Thread is not in collection" that started to appearing in .NET 4.0; I still have no idea why it is happening - it seems that the API is reporting exits of threads without announcing their creation. 16 years ago
Matt Ward 7a40b62660 Debugger now supports debugging IronPython code. 16 years ago
Daniel Grunwald 21ec6655aa Ignore exceptions during shutdown after a debugger error (e.g. trying to debug 64-bit process) 17 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
David Srbecký 68811b3f16 Issue the breakpoint hit event outside the COM callback. This allows the continue and terminate commands to be issued and allows evaluation of expressions. 17 years ago
David Srbecký bf9683cd0f Extend the lifetime of StackFrame 17 years ago