Confirmed users
497
edits
m (→Source Locations: Fix cut-and-paste-o.) |
m (→Thread Pauses) |
||
Line 437: | Line 437: | ||
The <i>reason</i> value describes why the thread paused. It has one of the following forms: | The <i>reason</i> value describes why the thread paused. It has one of the following forms: | ||
{ "type":"breakpoint", "actors":[<i> | { "type":"breakpoint", "actors":[<i>breakpoint</i>...] } | ||
The thread stopped at the breakpoints represented by the given | The thread stopped at the breakpoints represented by the given actors. | ||
{ "type":"watchpoint", "actors":[<i>watchpoint</i>...] } | { "type":"watchpoint", "actors":[<i>watchpoint</i>...] } | ||
The thread stopped at the watchpoints represented by the given | The thread stopped at the watchpoints represented by the given actors. | ||
<i>TODO: This should provide more details about the watchpoint in the packet, instead of incurring another round-trip before we can display anything helpful.</i> | <i>TODO: This should provide more details about the watchpoint in the packet, instead of incurring another round-trip before we can display anything helpful.</i> |