From 9867b69ca3cfa5ca197839856cfa3400c3ad049d Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Mon, 6 Dec 2004 11:16:11 +0000 Subject: [PATCH] Bug 268377 Small typo in emode help patch by giacomo.magnini@portalis.it r=rginda --- extensions/venkman/resources/locale/en-US/venkman.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/venkman/resources/locale/en-US/venkman.properties b/extensions/venkman/resources/locale/en-US/venkman.properties index db7c7263b6bf..67c7a25f0fb3 100644 --- a/extensions/venkman/resources/locale/en-US/venkman.properties +++ b/extensions/venkman/resources/locale/en-US/venkman.properties @@ -539,7 +539,7 @@ cmd.dumpprofile.params = [] cmd.dumptree.params = [] cmd.emode.params = [] -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|. +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.eval.params = cmd.eval.help = Evaluates in the scope of the debug target's current frame. See also: |frame|, |where|, |props|, and |evald|.