add parameter list for "dumptree" command
This commit is contained in:
rginda%netscape.com 2002-02-07 07:30:23 +00:00
Родитель db999e2714
Коммит 2b0e1338f1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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''.