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
I personally have never seen such a feature. I also wouldn't consider such a feature desirable. Rare would be the occasion where I would be in debug mode for only a single run. Typically, the editing window provided in the debug mode is sufficient for any edits I would make during a debugging session.