Confirmed users
490
edits
No edit summary |
(→Frame Tree Dump: add link to a page with documentation on layout debugger) |
||
(One intermediate revision by one other user not shown) | |||
Line 68: | Line 68: | ||
== Frame Tree Dump == | == Frame Tree Dump == | ||
<bz> for a frame dump, you can use the layout debugger, or... if you're in a debugger and want to examine the tree, you can do | <bz> for a frame dump, you can use the [https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/Layout_Debugger layout debugger], or... if you're in a debugger and want to examine the tree, you can do | ||
def frametree | def frametree | ||
Line 139: | Line 139: | ||
print $scratch | print $scratch | ||
end | end | ||
end | |||
== Dumping the JS Stack == | |||
def js | |||
call DumpJSStack() | |||
end | end |