我在Chrome中使用console.memory编写了一些不错的调试工具,即
console.memory.totalJSHeapSize
在FireFox中是否有任何等效的Javascript在运行时访问JVM堆级别?
答案 0 :(得分:2)
this您要找的是什么?我很确定你必须利用firebug来获得Chrome控制台之类的东西。
编辑:看起来firebug的API可能会帮助你:http://getfirebug.com/wiki/index.php/Command_Line_API http://getfirebug.com/wiki/index.php/Console_API