Como: Ativar a depuração de SQL Server
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
With a project selected in Solution Explorer, on the Project menu click Properties.
Click the Debug tab.
Select the Enable SQL Server debugging check box.
To disable SQL Server debugging
With a project selected in Solution Explorer, on the Project menu click Properties.
Click the Debug tab.
Click to clear the Enable SQL Server debugging check box.
Consulte também
Referência
Depurar página, o criador do projeto