Microsoft Visual Studio Debugger: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m remove Erik9bot category,outdated, tag and general fixes
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-Expressions or Linq. This is because of the high complexity the debugger would grow to.
 
[[Category:Debuggers]]