зеркало из https://github.com/mozilla/pjs.git
- venkman only -
add parameter list for "dumptree" command
This commit is contained in:
Родитель
db999e2714
Коммит
2b0e1338f1
|
@ -277,6 +277,8 @@ cmd.cont.label = &Continue
|
|||
cmd.cont.key = VK_F5
|
||||
cmd.cont.help = Continue execution of the debug target.
|
||||
|
||||
cmd.dumptree.params = <tree> [<depth>]
|
||||
|
||||
cmd.emode.params = [<mode>]
|
||||
cmd.emode.help = Sets what action the debugger should take when an error occurs in the debug target. ``emode ignore'' ignores all errors, ``emode trace'' shows a log of the error in the console, and ``emode break'' stops excecution when an error is thrown. ``emode'' without any parameter will display the current error mode. Note that ``emode'' controls what happens whan an exception goes uncaught, to control what happens when an exception is *thrown*, use ``tmode''.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче