Bug 268448 typo in Venkman.properties
change by brendan, r=timeless, rs=brendan git-svn-id: svn://10.0.0.236/trunk@193683 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6aa2054630
commit
334f6212a9
@ -601,7 +601,7 @@ cmd.dumpprofile.params = [<file-name>]
|
||||
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 when an exception goes uncaught, to control what happens when an exception is *thrown*, use |tmode|.
|
||||
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 execution when an error is thrown. |emode| without any parameter will display the current error mode. Note that |emode| controls what happens when an exception goes uncaught, to control what happens when an exception is *thrown*, use |tmode|.
|
||||
|
||||
cmd.eval.params = <expression>
|
||||
cmd.eval.help = Evaluates <expression> in the scope of the debug target's current frame. See also: |frame|, |where|, |props|, and |evald|.
|
||||
@ -882,7 +882,7 @@ cmd.this-expr.params = <expression>
|
||||
cmd.this-expr.help = Sets the ``evaluation object'' to the result of <expression>. The evaluation object is used as the |this| object in all evaluations. The result of <expression> *must* be an object. See also: |eval|, |props|, |watch-expr|, and |set-eval-obj|.
|
||||
|
||||
cmd.tmode.params = [<mode>]
|
||||
cmd.tmode.help = Sets what action the debugger should take when an exception is thrown from the debug target. |tmode ignore| ignores all exceptions, |tmode trace| shows a log of the exception to the console, and |tmode break| stops excecution when an exception is thrown. |tmode| without any parameter will display the current throw mode. Note that |tmode| controls what happens when an exception is *thrown*, to control what happens when an exception reaches the top level and becomes an error, use |emode|. The key combination Control + T can be used to cycle the throw mode.
|
||||
cmd.tmode.help = Sets what action the debugger should take when an exception is thrown from the debug target. |tmode ignore| ignores all exceptions, |tmode trace| shows a log of the exception to the console, and |tmode break| stops execution when an exception is thrown. |tmode| without any parameter will display the current throw mode. Note that |tmode| controls what happens when an exception is *thrown*, to control what happens when an exception reaches the top level and becomes an error, use |emode|. The key combination Control + T can be used to cycle the throw mode.
|
||||
|
||||
cmd.tm-break.label = Stop for &Exceptions
|
||||
cmd.tm-cycle.label = Cycle Exception Mode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user