The information in this article applies to:
SYMPTOMSUpon running an Active Server Pages (ASP) page with Step Into, a Stop/Debugger statement, or breakpoints under the debugger, the user gets the following error:
CAUSEThe behavior is caused by attempting to have the debugger break on a line that is non-procedural script within a script tag (instead of within a <% %>). The break can be caused by an error, a stop or debugger statement, or by a breakpoint on that line. RESOLUTIONThe resolution is to place the script within inline script tags. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words:
Keywords : kbide kbVisID600bug kbGrpASP |
Last Reviewed: May 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |