代码改变世界

Debugging JScript in the Custom Wizards

2004-07-09 16:09  atempcode  阅读(1308)  评论(3编辑  收藏  举报
 From newsgroup:
> I am creating some custom wizards, it would go faster if I could debug the
 > jscript code, even trace statements to a debug viewer would be fine.
 >
> Any suggestions?
>
> JamesL

Attach the debugger to devenv.exe (debug->processes), select the script debug engine. Then open the running documents window (debug->windows->running documents), all the script file running in the devenv.exe process will be shown when be invoked in running documents window.
 
Michael