Content deleted Content added
No edit summary |
Added note about SQL stored procedure debugging |
||
Line 11:
* [[Scripting language|Scriptability]] or the ability to control via a macro or scripting language. Any language which can talk to [[Component Object Model|COM]] can be used.
* '''Edit and continue''' support, enabling source code change and recompilation without having to restart the program.
* 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. Kernel-mode debugging of Windows is generally performed by using [[WinDbg]], KD, or [[SoftICE]].
|