Content deleted Content added
Mentioned kernel debugging options |
|||
Line 12:
* '''Edit and continue''' support, enabling source code change and recompilation without having to restart the program (only Visual Basic debugger).
The main shortcoming of the Visual Studio Debugger is its inability to trace into [[kernel (computer science)|kernel]]-mode code. Kernel-mode debugging of Windows is generally performed by using [[WinDbg]], [[KD (debugger)|KD]], or [[SoftICE]].
[[Category:Debuggers]]
|