Confirmed users
497
edits
(→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 | "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>, | ||