Debugging Preparation: SQL Server Projects
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium, and Ultimate |
The SQL Server project template creates the default project settings for debugging. When you choose Start from the Debug menu, these settings cause Visual Studio to begin SQL debugging.
To debug a SQL Server Project
Open the project in Visual Studio.
In Solution Explorer, right-click the project name and choose Properties.
In the Project Properties dialog box, open the Configuration Properties node and select Debugging.
In the grid control, set Enable SQLCLR debugging.
Click OK to close the Project Properties dialog box.
On the Debug menu, choose Start.
Debug using the techniques described in Debugging SQL Database Objects.
See Also
Other Resources
How to: Enable Multi-tier Debugging
How to: Enable CLR Debugging For a Connection