我正在使用phantomjs,但是当我只打开指定的网页时,会出现以下错误。
ReferenceError: Can't find variable: CollectGarbage
undefined:1
:0 in openUrl
phantomjs://platform/webpage.js:291 in open
phantomjs://code/memory_test.js:77
phantomjs://code/memory_test.js:94
但是我已经检查了很长时间的代码,我不知道是什么原因。
所以我尝试调试phantomJS的核心源代码,但因为我逐个编写'printf'或'console.log',我太累了,所以我想在核心源码上设置断点phantomJS。
你有什么想法吗?
答案 0 :(得分:0)
请参阅远程调试功能:http://phantomjs.org/troubleshooting.html#remote-debugging (在这里复制的页面也是一个好的信息)