Writing a script debugger without using the MDM- June 9, 2008 Todays blog is about writing your own script debugger. Visual Studio has provided Script debugging for a long time. In this context, Script refers to script run by jscript.dll or vbscript.dll such as the script code in Internet Explorer, classic ASP scripting, or the cscriptwscript programs. Long long ago, someone provided a sample for creating your own script debugging utilizing the active script debugging interfaces (ex: IRemoteDebugApplication). However, this sample relied on a Microsoft...http://blogs.msdn.com/greggm/archive/2008/06/09/writing-a-script-debugger-without-using-th... |