When I am debugging a Java application in Eclipse, I often want to see which files were opened during a debugging session. But for some Eclipse closes the files I hit. Is there a way to leave it open.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||||
|