Starting a debug session

You can begin a debug session directly from the Data Project Explorer view, or you can create a launch configuration for the stored procedure that you want to debug. When you use the Data Project Explorer view to start a debug session, the Debug action that you use creates a launch configuration for you.

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.

Related tasks
Using the stored procedure debug launch configuration
Preparing to debug
Creating new launch configurations from existing launch configurations
Editing launch configurations
Removing launch configurations

Feedback