Bug 406205 - Add Watch Expression doesn't work after the first time.

r=ajvincent@gmail.com (Alex Vincent)
Venkman Only. NPOTFFB.
This commit is contained in:
gijskruitbosch%gmail.com 2008-01-16 19:33:23 +00:00
Родитель 07a17af4f8
Коммит a79c13c891
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -946,10 +946,10 @@ cmd.remove-watch.params = <index> [<...>]
cmd.remove-watch.help = Removes the watch(es) at the 0 based index specified by <index>.
cmd.watch-expr.label = Add &Watch Expression…
cmd.watch-expr.params = [<expression>]
cmd.watch-expr.params = [<watch-expression>]
cmd.watch-expr.help = Evaluates <expression> in the debug target scope and adds the result to the watch window. If <expression> is not provided, all watches are printed to the console.
cmd.watch-exprd.params = [<expression>]
cmd.watch-exprd.params = [<watch-expression>]
cmd.watch-exprd.help = Evaluates <expression> in the debugger scope and adds the result to the watch window. If <expression> is not provided, all watches are printed to the console.
cmd.watch-property.params = <jsd-value> <property-name>