Debugger Architecture

[<<<] [>>>]

When the debugger starts it starts to listen on the local address 127.0.0.1 on port 8888. The debugger client has to connect to this port. When the client connects the debugger sends initial information to the client, and starts to wait for the client commands.


[<<<] [>>>]