Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm debugging a call to a Stored Procedure in SSMS (2012). Frequently, and various random points in the code, a dialog pops up:

Once I dismiss the dialog, it appears that debugging CAN continue... I can continue to step through the code to the end, without any apparent problems. So far....

What I have tried:

Microsoft SQL Server Management Studio:
Unable to Step. Invalid Operation.
Posted
Updated 29-Aug-17 19:36pm

1 solution

Without having access to your server to look for myself, your best bet is going to be to use google.

A quick look through some of the links below looks like it is a race condition in debugging too quickly and appears to be a well known issue in SSMS 2012. Work arounds are included in the links below as well.

Microsoft SQL Server Management Studio: Unable to Step. Invalid Operation - Google Search[^]

Unable to step. Invalid operation. SSMS 2012 | Microsoft Connect[^]

ssms - SQL Server Debugging: "Unable to Step. Invalid operation" - Server Fault[^]

Getting "Unable to step. The operation could not be completed. A retry should be performed" while debugging in Visual Studio – Rakki Muthukumar[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900