Remote Debugging Protocol: Difference between revisions

m
(→‎Interrupting a Thread: Add "Exiting Threads" section.)
Line 137: Line 137:
This indicates that the thread exited before receiving the <tt>attach</tt>
This indicates that the thread exited before receiving the <tt>attach</tt>
packet. The thread is now in the <b>Exited</b> state. The client must
packet. The thread is now in the <b>Exited</b> state. The client must
respond to this with a packet of the form:
respond to this with a <tt>release</tt> packet; see [[#Exiting_Threads|Exiting Threads]].
 
  { "to":<i>thread</i>, "type":"release" }
 
At this point, the actor name <i>thread</i> is released and available for
reuse, so the last trace of the thread's existence is gone.


== Detaching From a Thread ==
== Detaching From a Thread ==
Confirmed users
496

edits