开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜