Hi,
I'm developing a java full screen application. I would like to debug this application using eclipse debugger. However, if I put a breakpoint, my application stops, but my eclipse window doesn't popup, because the full screen application is on.
Up till now, I commented out the lines which made it a full screen application, but I wonder if there is a better solution for this...