Basically what I want to do is start a debug on a web page and then F10 into cmd.ExecuteNonQuery which would take me to SQL Server/SSMS and allow me to see what the actual stored procedure is doing.
Is there a way to do this (or something like this)?