Remote Debugging Protocol: Difference between revisions

Jump to navigation Jump to search
m
m (→‎Source Locations: Fix cut-and-paste-o.)
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>actor</i>...] }
   { "type":"breakpoint", "actors":[<i>breakpoint</i>...] }


The thread stopped at the breakpoints represented by the given <i>actor</i>s.
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 <i>actor</i>s.
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>
Confirmed users
497

edits

Navigation menu