开发者

When debugging java application in Eclipse, how do I configure it to not close the files the debugger opened?

开发者 https://www.devze.com 2023-03-12 00:12 出处:网络
When I am debugging a Java application in Eclipse, I often want to see which files were o开发者_如何学Pythonpened during a debugging session. But for some Eclipse closes the files I hit. Is there a wa

When I am debugging a Java application in Eclipse, I often want to see which files were o开发者_如何学Pythonpened during a debugging session. But for some Eclipse closes the files I hit. Is there a way to leave it open.


You should uncheck - Window > Preferences > Run/Debug > 'Reuse editor when displaying source code'.


You could always set a bookmark on a line of code in a file you want to open later. I know it's not really an exact solution, but still better than nothing.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号