Wednesday, 15 January 2014

asp.net - Debugging JScript for .Net Framework -



asp.net - Debugging JScript for .Net Framework -

jsc, jscript compiler .net framework, has /debug option.

the suggested debugger, dbgclr.exe, not available anymore. know of available debugger step through jscript code?

just avoid misunderstanding, speaking of microsoft jscript, able access windows api, file system, office etc; not javascript comes browser.

when execute jscript using command line, can cscript , debug option. asked debugger want use, , can attach visual studio it. illustration (in command line, after launching cmd.exe):

cscript.exe "path jscript.js" //x <==(the //x turns on debugger)

after running this, there popup asks debugger want use. can either open new instance of visual studio, or if you're working jscript in visual studio already, can utilize existing instance.

this works visual studio express well.

asp.net .net jscript

No comments:

Post a Comment