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)."
...
This reverts commit a491d12952
.
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;
...
Save Port when using IIS EXpress
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)
...
resize the web server group
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
...
move pin 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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6227 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
7a23f641b3
Remove ICSharpCode.TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6028 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
David Srbecký
0e3b031a71
Fixed conditional breakpoints for statements that do not return bool
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5308 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
7e778c84b7
Fixed "0x8013132E - This process has already been attached to"
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5296 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
df6dac537a
General exception handler for CreateProcess
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5291 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
8069a16fb5
Moved the debugger directory one level up
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5182 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
9f743baba9
Do not use the Project and Src directories in debugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5162 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
63980d42de
Updating Debugger.Addin.
...
Use Stopwatch instead of the HighPrecisionTimer. (probably the same code under the covers)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5141 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
56671e4e8b
Matching directory names and namespaces
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5124 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
0c173cf688
Removed dependency on Value.ExpressionTree from Grid visualizer and WatchPad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4956 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
136cbfc513
Removed Value.ExpressionTree dependency from WindowsDebugger.GetTooltipControl.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4949 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
4d195d078b
fixed SD2-1568 - Using unsupported evaluation features in conditional breakpoints causes an exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4927 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
03b7647f0f
- moved some debugger classes to extra files
...
- ported conditional breakpoints to WPF
- added ability to switch scripting language in conditional breakpoints, watch pad and console pad.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4803 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7267cd5c81
Trying to reduce amount of global state in ICSharpCode.Core
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4735 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4721 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7f6d0a5968
Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4597 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
97886eaaff
Debugger tooltips - DebuggerTooltipControl is shown in the tooltip.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4590 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
327b5f9224
WindowsDebugger.GetTooltipControl fixed - returns simple string tooltip.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4566 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
f27fd62e1c
Rewritten expressions in debugger to use NRefactory;
...
Variable Tree Model modified so that it supports lazy evaluation (for scrolling)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4555 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
b42acf6a76
Fixed SD2-1525: Error creating new files when default encoding was set to Unicode.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4535 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
73eff347f1
Created ProcessCollection class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4510 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
9ff7a9d575
Created BreakpointCollection class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4509 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
131cfee89d
- debugger tooltips - changed return type of IDebugger.GetTooltipControl to System.Object
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4484 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago