show/hide this revision's text 3 added 60 characters in body; edited body

I've used to put a "stop" statement in my VBScript/ASP-Classic code to break into debugger (Microsoft Script Editor, that comes with Microsoft Office).

But now it isn't breaking anymore. The "stop" is ignored and nothing happpens.

The server-side debugging flag is already enabled in IIS

How to solve this?


Sample Code, hello.asp

stop 
Response.Write "Hello W."
show/hide this revision's text 2 added 13 characters in body; added 20 characters in body; edited tags; edited title; edited title

VBScript VBScript/ASP-Classic "Stop" Statement Not Breaking Into Debugger

I've used to put a "stop" statement in my VBScript VBScript/ASP-Classic code to break into debugger (Microsoft Script Editor, that comes with Microsoft Office).

But now it isn't breaking anymore. The "stop" is ignored and nothing happpens.

How to solve this?


Sample Code, hello.asp

stop 
MsgBox Response.Write "Hello W."
show/hide this revision's text 1

VBScript "Stop" Statement Not Breaking Into Debugger

I've used to put a "stop" statement in my VBScript code to break into debugger (Microsoft Script Editor, that comes with Microsoft Office).

But now it isn't breaking anymore. The "stop" is ignored and nothing happpens.

How to solve this?


Sample Code

stop 
MsgBox "Hello W."