Microsoft Visual Studio Debugger: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 16:
 
The main shortcoming of the Visual Studio Debugger is its inability to trace into [[kernel (computer science)|kernel]]-mode code. However, this is possible using a free [[VisualDDK]] extension. Alternatively, kernel-mode debugging of Windows is generally performed by using [[WinDbg]], KD, or [[SoftICE]].
The Visual Studio Debugger also has no ability to debug [[Lambda-expression#Lambda_calculus_and_programming_languages|Lambda-Expressions]] or [[Linq]]. This is because of the high complexity the debugger would grow to.
 
[[Category:Debuggers]]