I also find it convenient to launch the Web browser (firefox/IE) from
the VS development environment. This way you can easily place
breakpoints in the early stages of initialization (if necessary). So, if
for instance I want to debug the filereader plugin under firefox, then in:
Configuration Properties->Debugging
enter something like the folowing:
Command: c:\Program Files\Mozilla Firefox\firefox.exe
Command Arguments: file://C:/dev/jnext/js-samples/simple/JS-FileReader.html
-hope this helps
-Amnon