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 INFORMATION
The 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.
Additional query words: kbVC420bug
Keywords : kbDebug kbEEdition kbSQL kbVC kbVC500fix |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |