92 Commits (3c1353849f1ee8a3cbcb8f9b617683089c30ad71)

Author SHA1 Message Date
Eusebiu Marcu f993d5a2a4 Make breakpoints work in decompiled code. 14 years ago
Eusebiu Marcu c01fb185e3 fix decompilation and stepping of generic types 14 years ago
Eusebiu Marcu fe947738a1 update local var pad 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
Matt Ward 6332c63d51 Fix no startup project message when running an ASP.NET project and only one project exists in the solution. 14 years ago
Daniel Grunwald 9ac63e38ca Fix NullReferenceException when the debugger loads a module while no solution is loaded. 14 years ago
Eusebiu Marcu f008d1852e handle the exception when starting ProcessMonitor(ManagementEventWatcher). 15 years ago
Eusebiu Marcu f4beb9bcf1 Fix NullReferenceException when starting ASP.NET website - http://community.sharpdevelop.net/forums/t/12694.aspx 15 years ago
Eusebiu Marcu 7acf7a7e42 Revert "Lock view contents when debugger starts and refresh icon since we don't support EnC (yet)." 15 years ago
Eusebiu Marcu a491d12952 Lock view contents when debugger starts and refresh icon since we don't support EnC (yet). 15 years ago
Eusebiu Marcu 1fecdade8f fix unhandled exception when attaching. 15 years ago
Eusebiu Marcu 5ecfc6dfa4 Rename IISExpressProcessLocation 15 years ago
Eusebiu Marcu de9fcd67de Use the Environment to get the ProgramFiles location; 15 years ago
Eusebiu Marcu 14bc5af12d Make safe call on all callback 15 years ago
Eusebiu Marcu f51a45646d support IIS Express 15 years ago
Eusebiu Marcu e8e1ca322c Add ProcessMonitor to monitor the creation of worker process 15 years ago
Eusebiu Marcu 449521311b Minor UI changes; minor WindowsDebugger changes. 15 years ago
Eusebiu Marcu 529abc2e3d support starting urls and attach to the default process (browser or other) 15 years ago
Eusebiu Marcu 4d512d8fd7 Add WebServer group in Debug tab 15 years ago
Eusebiu Marcu 7cb1f38325 fix SD-1796 - Unable to debug IIS applications after attaching to aspnet_wp.exe 15 years ago
mrward 57400acf44 Fix build. 15 years ago
Eusebiu Marcu c1d5d98e0e Break at first line of execution 15 years ago
Daniel Grunwald 6dfa03cd02 Add maxLength parameter to Value.AsString() method. 15 years ago
Eusebiu Marcu b7b7c5cf6b Fix SD-1753 - Attach to process dialog shows no managed processes after attaching to one process 15 years ago
Eusebiu Marcu 70b33f5963 move tooltips to Debugger.AddIn 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
David Srbecký 668e724440 Show more friendly error message when trying to debug 64-bit executable. 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
David Srbecký 0e3b031a71 Fixed conditional breakpoints for statements that do not return bool 16 years ago
David Srbecký 7e778c84b7 Fixed "0x8013132E - This process has already been attached to" 16 years ago
David Srbecký df6dac537a General exception handler for CreateProcess 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký 63980d42de Updating Debugger.Addin. 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
Martin Koníček 0c173cf688 Removed dependency on Value.ExpressionTree from Grid visualizer and WatchPad. 16 years ago
Martin Koníček 136cbfc513 Removed Value.ExpressionTree dependency from WindowsDebugger.GetTooltipControl. 16 years ago
Siegfried Pammer 4d195d078b fixed SD2-1568 - Using unsupported evaluation features in conditional breakpoints causes an exception 16 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 16 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 16 years ago
Martin Koníček 97886eaaff Debugger tooltips - DebuggerTooltipControl is shown in the tooltip. 16 years ago
Martin Koníček 327b5f9224 WindowsDebugger.GetTooltipControl fixed - returns simple string tooltip. 16 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
Daniel Grunwald b42acf6a76 Fixed SD2-1525: Error creating new files when default encoding was set to Unicode. 16 years ago
David Srbecký 73eff347f1 Created ProcessCollection class 16 years ago
David Srbecký 9ff7a9d575 Created BreakpointCollection class 16 years ago
Martin Koníček 131cfee89d - debugger tooltips - changed return type of IDebugger.GetTooltipControl to System.Object 16 years ago