PRB:Run to Cursor and Breakpoints Don't Work After Debug.BreakLast reviewed: June 26, 1997Article ID: Q156851 |
The information in this article applies to:
SYMPTOMS"Run to cursor" and breakpoints do not work after Debug.Break when debugging a SQL Server stored procedure on Windows 95.
RESOLUTIONDebug.Break is not supported when debugging a SQL stored procedure. This is by design. When debugging a SQL stored procedure, the debugger always stops on the first line of executable code in the stored procedure. You can then set breakpoints and use the "Run to cursor" feature.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Problem
|
Keywords : kbprg kbtool VCEntIss VCEntSQLDebug
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |