如何从脚本中破坏Visual Studio 2010 JavaScript调试器

是否有一个JavaScript命令会导致Visual Studio 2010调试器中断?

尝试break();没有用,因为它仅在循环内有效.也stop();之所以失败,是因为它发现stop()不存在,并且我没有有用的堆栈跟踪.

解决方法:

Javascript有一个debugger语句,它在Firebug中可以启动,因此在VS 2010中也应如此.

12.15 The debugger statement

Evaluating the DebuggerStatement
production may allow an implementation
to cause a breakpoint when run under a
debugger. If a debugger is not present
or active this statement has no
observable effect.

ECMA-262 5th Edition

上一篇:c-如何逐行运行Linux程序


下一篇:MySQL输入PHP给出的另一个值