FIX: Can Set SQL Breakpoints on Invalid Lines Inside a Trigger (166110)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
This article was previously published under Q166110 SYMPTOMS
While using the SQL Debugger to debug a Trigger, the debugger doesn't break
on each breakpoint that you have set.
CAUSE
The SQL Debugger allows you to set breakpoints on any line of code inside a
Trigger regardless of whether it is a valid line of code.
RESOLUTION
The breakpoints that the debugger skips are placed on invalid lines of
code.
To avoid this issue, place breakpoints on valid debuggable lines of SQL
code only.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This problem was corrected in Visual C++
version 6.0 for Windows.
Modification Type: | Major | Last Reviewed: | 10/15/2002 |
---|
Keywords: | kbBug kbEEdition kbVC600fix KB166110 |
---|
|