Bug 959923 - Add lldb alias to dump the JS stack. (DONTBUILD) r=ehsan

This commit is contained in:
Cameron McCormack 2014-01-16 17:51:54 +11:00
parent 5e5350acc7
commit e0a1053bde

View File

@ -20,3 +20,6 @@ type summary add nsIAtom --summary-string "${var.mString}"
# Show the value of text nodes.
type summary add nsTextNode --summary-string "${var.mText}"
# Dump the current JS stack.
command alias js expr DumpJSStack()