Help! I installed the Office MS script editor which seems to be a stripped
down version of visual interdev for scripts. After I installed it I was
able to insert the word "debugging"
in jscript and have it (after choosing in a dialog box) debug in the MS
Script Editor.
Now however the stupid thing just goes into visual studio 2003 instead,
which we all know is useless for debugging javascript objects. How can I
permanently (without a dialog box) and without having to reinstall MS Script
Editor have it default to debugging javascript in the MS Script editor when
run an aspx page out of Visual Studio?????
Serge Baltic - 31 May 2005 15:08 GMT
P> Now however the stupid thing just goes into visual studio 2003
P> instead,
P> which we all know is useless for debugging javascript objects.
Er— why do you think so? MSE (script editor from MS Office) is the stripped-down
version of Visual Studio, and the latter debugs the scripts just as good.
Just make sure you enable script debugging in VS.
(H) Serge