Home | History | Annotate | Download | only in glue

Lines Matching full:breakpoint

320       <message name="IDS_ADD_BREAKPOINT" desc="A command for adding a breakpoint.">
321 Add Breakpoint
323 <message name="IDS_ADD_CONDITIONAL_BREAKPOINT" desc="A command for adding a conditional breakpoint.">
324 Add Conditional Breakpoint?
506 <message name="IDS_DISABLE_BREAKPOINT" desc="A command to disable a breakpoint.">
507 Disable Breakpoint
530 <message name="IDS_EDIT_BREAKPOINT" desc="A command for editing breakpoint properties.">
531 Edit Breakpoint?
551 <message name="IDS_ENABLE_BREAKPOINT" desc="A label for a checkbox that enables a breakpoint.">
552 Enable Breakpoint
797 <message name="IDS_NODE_REMOVED_BREAKPOINT" desc="Title for a breakpoint triggering on DOM node removal.">
908 <message name="IDS_REMOVE_BREAKPOINT_COMMAND" desc="Remove breakpoint command.">
909 Remove Breakpoint
1121 <message name="IDS_BREAK_WHEN_SUBTREE_MODIFIED" desc="Breakpoint condition: DOM subtree modified.">
1127 <message name="IDS_BP_CONDITION" desc="Breakpoint condition">
1128 The breakpoint on line <ph name="LINE_NUMBER">%d<ex>15</ex></ph> will stop only if this expression is true:
1151 <message name="IDS_TIMER_FIRED_BREAKPOINT" desc="Breakpoint when timer fires.">
1271 <message name="IDS_BP_ON_ATTRIBUTES_MODIFICATIONS" desc="Set breakpoint on DOM node attributes modifications.">
1274 <message name="IDS_BP_ON_NODE_REMOVAL" desc="Set breakpoint on DOM node removal.">
1277 <message name="IDS_BP_ON_SUBTREE_MODIFICATIONS" desc="Set breakpoint on DOM node subtree modifications.">
1284 Paused on a \"<ph name="BREAKPOINT">%1$s<ex>foo</ex></ph>\" breakpoint set on <ph name="NODE">%2$s<ex>div</ex></ph>, because a new child was added to its descendant <ph name="CHILD">%3$s<ex>span</ex></ph>.
1287 Paused on a \"<ph name="BREAKPOINT">%1$s<ex>foo</ex></ph>\" breakpoint set on <ph name="NODE">%2$s<ex>div</ex></ph>, because a new child was added to that node.
1290 Paused on a \"<ph name="BREAKPOINT">%1$s<ex>foo</ex></ph>\" breakpoint set on <ph name="NODE">%2$s<ex>div</ex></ph>, because its descendant <ph name="CHILD">%3$s<ex>span</ex></ph> was removed.
1293 Paused on a \"<ph name="NAME">%1$s<ex>foo</ex></ph>\" breakpoint set on <ph name="LOCATION">%2$s<ex>foo.js:25</ex></ph>.
1302 Paused on a JavaScript breakpoint.
1304 <message name="IDS_XHR_BREAKPOINT_CONDITION" desc="XHR breakpoint condition.">
1364 <message name="IDS_SET_TIMER_BREAKPOINT" desc="Breakpoint on setting a timer.">
1367 <message name="IDS_CLEAR_TIMER_BREAKPOINT" desc="Breakpoint on clearing a timer.">