I'm currently working on a new appstub module...

The box on the left (green on black) is a small console app, stopped at a DebugStop.
On the left is the IDE console. The app running in the IDE is a "debugger", which connects to the other app over TCP, and sends the "h" (help) command.
The running app responds by sending the help list.
I know... it's not very exciting, and at the moment is slow as hell for some reason, but it's a start...
Wouldn't it be nice to be able to debug a remote app? ;-)

The box on the left (green on black) is a small console app, stopped at a DebugStop.
On the left is the IDE console. The app running in the IDE is a "debugger", which connects to the other app over TCP, and sends the "h" (help) command.
The running app responds by sending the help list.
I know... it's not very exciting, and at the moment is slow as hell for some reason, but it's a start...
Wouldn't it be nice to be able to debug a remote app? ;-)

