зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
07a17af4f8
Коммит
a79c13c891
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче