Before you can start a debug session for a stored procedure, the stored procedure must be deployed and in a data development project in your workspace. It must also be built for debug mode. To learn more about preparing for a debug session, see the related topic.
To launch a debug session from the Data Project Explorer view, right-click the stored procedure and choose Debug from the pop-up menu. This will open the Debug launch configurations dialog box, pre-filled with information about the stored procedure. If you need to change any of this information, refer to the information topics that cover launch configuration usage. To launch the debug session with the existing information, click Debug.
You can also create a launch configuration manually. For information about this, see the related topic.