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.
精彩评论