Being in Debug View, and after program termination, switch back to Java View in Eclipse

前端 未结 4 1512
后悔当初
后悔当初 2021-01-18 01:45

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

4条回答
  •  终归单人心
    2021-01-18 01:49

    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.

提交回复
热议问题