Microsoft Visual Studio Debugger: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 10:
* Many ways of viewing program state and data, including multiple watch windows, [[thread (computer science)|threads]], [[call stack]], and modules.
* [[Scriptability]] or the ability to control via a macro or scripting language. Any language which can talk to [[COM]] can be used.
* '''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.