将一个测试html如下
"">
New Web Project
while(true);
即我故意让脚本出现问题
然后执行
这个时候将debuger attach上去。
在JSValue Interpreter::execute(ProgramExecutable* program, CallFrame* callFrame, ScopeChainNode* scopeChain, JSObject* thisObj, JSValue* exception) 设置断点,注意断点设置在jit 调用后。
然后再对话框点击“是”,最终vs将会停止在
这个时候在调试器中查看program这个参数,的codeblcok对象,即可查到url以及具体的脚本。
阅读(503) | 评论(0) | 转发(0) |