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

  • Thread starter Thread starter TastyKarma
  • Start date Start date
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
 
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.
 
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.
 
Back
Top