FIX: Cannot Set Breakpoint at EXECUTE StatementLast reviewed: September 19, 1997Article ID: Q156137 |
The information in this article applies to:
SYMPTOMSYou cannot set the breakpoint at the EXECUTE statement in a stored procedure.
WORKAROUNDUse EXEC instead of EXECUTE as a workaround to this bug.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This bug was fixed in Visual C++ version 5.0.
MORE INFORMATIONThe EXEC and EXECUTE statements mean the same in SQL Server 6.5. You can set the breakpoint at an EXEC statement. But the EXECUTE statement does not accept breakpoints. However, breakpoints are accepted on both the EXEC and EXECUTE statements while stepping from the previous statement. While debugging if you try to set a break point on an EXECUTE line, the breakpoint gets set on the next line.
Keywords : vcbuglist420 VCEntSQLDebug vcfixlist500 kbprg kbbuglist kbfixlist Technology : kbMfc Version : 4.2 Platform : NT WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |