Remote Debugging Protocol: Difference between revisions

Jump to navigation Jump to search
→‎Lexical Environment Examples: Remove outdated frame id property from example.
(→‎Listing Stack Frames: Delete stray "id" properties --- no longer needed.)
(→‎Lexical Environment Examples: Remove outdated frame id property from example.)
Line 793: Line 793:
   { "from":<i>thread</i>, "type":"paused", "actor":<i>pause-actor</i>,
   { "from":<i>thread</i>, "type":"paused", "actor":<i>pause-actor</i>,
     "why":{ "type":"breakpoint", "actors":[<i>breakpoint-actor</i>] },
     "why":{ "type":"breakpoint", "actors":[<i>breakpoint-actor</i>] },
     "frame":{ "actor":<i>frame-actor</i>, "depth":1, "id":1,
     "frame":{ "actor":<i>frame-actor</i>, "depth":1,
               "type":"call", "where":{ "url":"sample.js", "line":3 },
               "type":"call", "where":{ "url":"sample.js", "line":3 },
               "environment":{ "type":"function", "actor":<i>g-frame-actor</i>,
               "environment":{ "type":"function", "actor":<i>g-frame-actor</i>,
Confirmed users
497

edits

Navigation menu