javascript "debugger;" keyword stopped working - no longer breaking in client-side code

T

TastyKarma

Was hoping somebody might have experienced this before.
I have client-side javascript in my aspx files. For some reason when I
place the "debugger;" keyword in my javascript, Visual Studio no longer
breaks into the code. It used to, and I can't figure out what could
have changed to disable the feature.

1. My javascript code is definitely being called.
2. The "Disable Script Debugging" checkbox is cleared in my internet
settings (I've tried Firefox also with the same result)

I'd appreciate any other suggestions I could try.
Thanks,
Mark
 
R

rocketaco

I was able to fix my problem by upgrading my Java engine. Can't explain
what could have happened with my current version to disable the
"debugger" keyword, but the upgrade fixed it.
 
M

Mark

I was able to fix my problem by upgrading my Java engine. Can't explain

what could have happened with my current version to disable the
"debugger" keyword, but the upgrade fixed it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top