Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL debugger will not step

Status
Not open for further replies.

TysonLPrice

Programmer
Jan 8, 2003
859
US
Our DBAs just turned the SP debugging feature on and when I'm testing it will not step through the code. It will not stop at the first line as it should and ignores break points. It just runs straight through with a zero return code. I don't want to report it as a problem yet in case it is something I am doing wrong. I don't see anything in help, searching here, or on Google.

Has anyone experienced this before?
 
Found it. You need to run:

sp_sdidebug 'legacy_on'

Thanks anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top