0

I am using the Chrome v33.0.1750.154, and I am not able to debug javascript in the debugger/scripts windows; although I am able to set/enable/disable breakpoints. This happens only for JS file on our company servers, and works fine if I try a sample JS locally on my machine. Actually debugging was working fine until this afternoon. Not sure what changed!

Anybody face the same problem? and have a solution? Your help is highly appreciated.

Thanks Vivek Ragunathan

Higher-Kinded Type
  • 1,964
  • 5
  • 27
  • 44
  • Oh BTW I am not able to debug the script, otherwise he page/script works fine. Also the weird thing I noticed is I am able to hit the break point set at the top of the file where my constants are declared [before the jquery onload $(function() {...});]. But breakpoints places elsewhere are not hit at all! – Higher-Kinded Type Apr 02 '14 at 02:29

1 Answers1

0

i had that problem but after doing reinstall of chrome and reboot it was all ok again. Maybe with only re-boot of pc will be solved. I tried to delete cookies cache etc but only this solved my problem.

alecellis1985
  • 131
  • 2
  • 15
  • I did not reinstall but have tried clearing cookies for my site, restarting Chrome, rebooting machine etc. Has not worked yet! – Higher-Kinded Type Apr 02 '14 at 17:52
  • I have tried reinstalling Chrome. No luck yet. I am not sure what is wrong with Chrome. Is there something, setting or something, that is preventing debugging for my site? – Higher-Kinded Type Apr 02 '14 at 20:56