public class Debugger extends JdwpAgent
| Modifier and Type | Method and Description |
|---|---|
protected void |
send(JdwpPacket packet)
Send a packet to the debugger.
|
java.lang.String |
toString()
Represent the Debugger as a string.
|
addJdwpInterceptor, addReplyInterceptor, clear, getJdwpProtocol, incoming, removeJdwpInterceptor, removeReplyInterceptor, sendpublic java.lang.String toString()
toString in class java.lang.Objectprotected void send(@NonNull
JdwpPacket packet)
throws java.io.IOException