Displaying 1 result from an estimated 1 matches for "connecttoapp".
2006 Nov 03
6
How to send data,
...9;'m having are probably because of my lack of understanding.
What I''m trying to accomplish is to create a mac os x client gui to ruby-debug.
When a application that includes ruby-debug is started,
it starts listening for 2 connections; 8989, 8990
The connection is made by calling the connectToApp method.
This sets up 2 connections, which works.
I had to place them in a Thread, because the gui obviously
has to resume during the event loop of EventMachine.
When the other app that has the debugger server gets to
a breakpoint, it sends data to the client.
This works as it should, the receive_d...