Hello,
I'm working on a webapplication in VS2005.
I've got javascript debugging working with 'script explorer ' ... but I recently ran into compatibility problems with firefox browsers.
Now I wanto to be able to switch between IE7 and FF -- which I managed to do with "file->browse with->set as default" option.
However ... in this situation, debugging works really fine (including javascript files) with IE, but debugging javascript source files does not work with FireFox!!
When I try to debug ... I get the following symptoms after pressing F5:
- App running in debug mode. c# is being debugged
- Script Explorer screen is emtpy
- Break points in js files which originally are solid red color, turn light and show the hint :"No symbols loaded ...."
Does anyone have a tip on how to fix this?
Paul