I am looking for a way to come back to the standard Java View in Eclipse after the application I\'m debugging is over.
Is it possible to accomplish that? That is th
Do you have to use Eclipse? There are other Java IDEs, for example in Intellij IDEA you can set the debug window 'unpinned', so it hides when you click on the editor. Personally I would find that behaviour annoying but it might work for you.