debugging stored proc: can't step into
From: Timo (timo_at_anonymous.com)
Date: 04/28/04
- Next message: Gregg Miskelly: "Re: Can't get Remote Debug to work"
- Previous message: Gregg Miskelly: "Re: Debugger stops right after starting"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 13:07:54 -0400
I'm using VS.NET 2003 Enterprise Developer in SQL-stored proc debug mode for
the first time and am not having much success stepping through the SP in
"standalone mode" when following these instructions:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;316549
I open the Server Explorer, navigate to the SP, right click,and choose Step
Into... I provide the necessary input values in the popup dialog window.
Several breakpoints have been set in the SP. Execution stops at the first
breakpoint, but when I press F11, the program (which has half a dozen
blocks) finishes and I get this success message in the Output window:
The program 'SQL Debugger: T-SQL' has exited with code 0 (0x0).
SQL Debugging has been enabled in the Project Properties on the Debugging
page.
I don't understand what's going on. Does this standalone debug feature work,
or do I have to debug the SP by stepping through from managed code?
Thanks
Timo
- Next message: Gregg Miskelly: "Re: Can't get Remote Debug to work"
- Previous message: Gregg Miskelly: "Re: Debugger stops right after starting"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|