Microsoft Visual Studio Debugger: Difference between revisions

Content deleted Content added
Added link to russian page
No edit summary
Line 14:
* Local and remote debugging of SQL stored procedures on supported versions of Microsoft SQL Server.
 
The main shortcoming of the Visual Studio Debugger is its inability to trace into [[kernel (computer science)|kernel]]-mode code. However, Kernelthis is possible using a free [[VisualDDK]] extension. Alternatively, kernel-mode debugging of Windows is generally performed by using [[WinDbg]], KD, or [[SoftICE]].
 
[[Category:Debuggers]]