I want debug my script for IE6. Now use Microsoft Script Debugger, but it not handy. I debug in virtual machine and not have office.
Help please! Where can I download Microsoft Script Editor standalone?
I want debug my script for IE6. Now use Microsoft Script Debugger, but it not handy. I debug in virtual machine and not have office.
Help please! Where can I download Microsoft Script Editor standalone?
Share Improve this question edited Apr 28, 2011 at 8:23 Vitaly Batonov asked Apr 28, 2011 at 8:08 Vitaly BatonovVitaly Batonov 1,1323 gold badges12 silver badges22 bronze badges 1- If you have MS Office then run MSD can via %programfiles%\Common Files\Microsoft Shared\OFFICE12\MSE7.EXE (OFFICE12 or OFFICE11 etc.) – Vitaly Batonov Commented Apr 28, 2011 at 8:22
3 Answers
Reset to default 1Unfortunately, as of the modern office versions, MSE?.EXE does not seem to exist anymore. Even visual studio express is too big and bloated to use for light scripting work.
No, the only standalone vbscripting app that's light, that supports intellisense, and that has an object browser is vbsedit, by adersoft. Unfortunately, it's not free, is limited to 4 machines per license, and is so protected that it virtually cannot be made portable.
PsPad is really the only solution at the current moment, but it does not have intellisense, nor does it have an object browser.
Another way is to use Visual Studio for debugging. Just download Visual Studio Express and check these articles:
http://berniesumption./software/how-to-debug-javascript-in-internet-explorer/ http://sixrevisions./javascript/javascript-debugging-techniques-in-ie-6/
Hope it will help.
It's not available standalone, you have to install Office 2003. You are not required to install entire office, just select MSE in advanced settings.
Another option is to use Visual Studio. You can install VS itself or its remote debugger and debug from another machine
http://msdn.microsoft./en-us/library/bt727f1t%28v=VS.100%29.aspx
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745403240a4626196.html
评论列表(0条)