Need results pane in debug mode

  • I am trying to debug a stored procedure that calls other stored procedures. I can see the results pane in the initial window where I start debugging, but once I step into another stored procedure, there is no results pane for me to view test data from a select statement. I've added the Show Results Pane button to the SQL Editor toolbar but as soon as I step into the new procedure, that button is disabled. I'm using SQL Server 2012 Management Studio. Any tips on how I can see the results of my select statements?

    Thanks,

    Gina

  • You need to go back to your original window to see the output. All output is sent to the original window (it says debugging on the tab).

  • Ah... there it is. Thanks!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply