[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple Consoles in Java perspective?

Although you can only have one console, the console view does track IO for
all running processes. If you select a different process in the debug view,
you can see its output in the console.

Yes, I did say that I was able to see both consoles while in the debug perspective.


One thing I just tried is adding the debug view to my Java perspective - which has two advantages:

 - I can now select which console window to display in the Java perspective

- I can now see the state of all processes that I have started from the Java perspective.


Thanks for the help,

Mark