Hi all,
Let's say I have a client and server in my workspace. I want to
run them both, and have control over each one separately (stepping
through one, or stopping and restarting one, without affecting the
other).
"New Window" is not quite that. Any ideas?
Daniel Rohe - 16 Feb 2005 22:59 GMT
Set breakpoints in server and client project, make two launch configurations
and start the server in debug mode and then the client in debug mode. In the
debug perspective you can see two entries, one for the server and the second
for the client. Wait until the program reaches your breakpoint. That's all.
Greetings
Daniel
> Hi all,
>
[quoted text clipped - 3 lines]
> other).
> "New Window" is not quite that. Any ideas?