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."