Bug 1582182 - Fix pause reason for set watchpoint

Differential Revision: https://phabricator.services.mozilla.com/D46340

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Miriam 2019-09-18 23:17:27 +00:00
parent 16bb37cff1
commit 95ed912e7c

View File

@ -792,6 +792,11 @@ whyPaused.promiseRejection=Paused on promise rejection
# watchpoint on an object property
whyPaused.getWatchpoint=Paused on property access
# LOCALIZATION NOTE (whyPaused.setWatchpoint): The text that is displayed
# in an info block explaining how the debugger is currently paused at a
# watchpoint on an object property
whyPaused.setWatchpoint=Paused on property set
# LOCALIZATION NOTE (whyPaused.assert): The text that is displayed
# in a info block explaining how the debugger is currently paused on an
# assert