2

我有一个在 Firefox 上运行的greasemonkey 脚本,它处于无限循环中。我无法弄清楚循环在哪里,因为我无法拥有一个不绑定到 FireFox 的调试窗口。

如何设置 firefox,以便即使 firefox 死在我身上,我也可以监视控制台日志。目前我正在使用萤火虫,它会在 FireFox 瞬间消失。

谢谢

4

2 回答 2

1

Maybe using ConsoleExport Firebug extension can solve your problem. It has autoexport feature and maybe before crash it can dump console logs to a file. For more information:
http://www.softwareishard.com/blog/consoleexport/

于 2013-02-21T01:06:31.617 回答
0

上面由 bfavaretto 和 Brock Adams 回答:)

看来您可以使用 Firebug 在 GM 脚本中设置断点。我不知道这个。

于 2013-02-21T09:25:58.403 回答