search for: send_client_command

Displaying 1 result from an estimated 1 matches for "send_client_command".

2006 Nov 03
6
How to send data,
...eive_data method of the DebuggerClient module gets called and sends the data to the received_client_data method of the Controller class. This method then assigns the data to the gui. So far so good.... However, sending data back to the debugger is a problem. What happens is this; the gui calls the send_client_command method of the Controller class with the data/command. It then gets passed to the method send_command of the connection instance that is connected to port 8989. Which is: @connections[:client] It gets there as it should, because in the console I see the message: "Trying to send data: some data...