How to: Enable SQL Server Debugging

The SQL Server debugging property, available on the Debug pane of the Project Designer, enables debugging of SQL procedures from your Visual Basic application.

To enable SQL Server debugging

  1. With a project selected in Solution Explorer, on the Project menu click Properties.

  2. Click the Debug tab.

  3. Select the Enable SQL Server debugging check box.

To disable SQL Server debugging

  1. With a project selected in Solution Explorer, on the Project menu click Properties.

  2. Click the Debug tab.

  3. Click to clear the Enable SQL Server debugging check box.

See Also

Reference

Debug Page, Project Designer

Other Resources

Managing Debugging Properties