BUG: Visual InterDev Debugger Skips Client-Side Breakpoints (319423)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q319423 SYMPTOMS
When the Insert breakpoints in Active Server Pages for breakpoints in client script option is turned on in Visual InterDev, the debugger does not stop at client-side breakpoints in pieces of code formatted in a specific way. As the debugger passes the breakpoint, you receive the following error message:
"Source code is not available for current statement"
The icon that indicates the location of the breakpoint changes to a yellow exclamation point.
CAUSE
The format of the code that is being debugged causes this problem.
RESOLUTION
Use the DEBUGGER statement to indicate client-side breakpoints. For example, to stop before you run the line that reads x=0;, use the following code:
var x;
debugger;
x = 0;
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
244272 INFO: Visual InterDev 6.0 Debugging Resources
192011 HOWTO: Configure Your Web Server for Visual InterDev 6.0 ASP Debugging
Modification Type: | Major | Last Reviewed: | 8/6/2002 |
---|
Keywords: | kbbug kbDSupport KB319423 |
---|
|