Sql – Visual Studio crashes when starting to debug stored procedure

debuggingsql servervisual-studio-2008

I am trying to debug a stored procedure on SQL Server 2008 with Visual Studio Team System 2008.

When right-clicking the stored procedure in the Server Explorer and clicking on "Step Into", the IDE simply crashes without any error message.

Any suggestions on how to proceed would be greatly appreciated.

Thanks,

Adrian

Best Answer

Maybe you could try the debug functionality in Management Studio instead of in Visual Studio.