I'm using Eclipse Neon and am observing annoying behavior that I didn't have with Mars: the list of files that are open in the editor frames changes when I move from C-perspective to debug-perspective. I lose track between perspectives of which files are open where (I use multiple editor frames). Is there a way to disable that specific behavior? I want to keep the behavior of eclipse automatically changing between perspectives when I run the debugger, I just don't want the editor tabs reshuffled in the process.
C/C++ Perspective -- I have a bunch of files open, represented by editor tabs
Debug Perspective -- note editors now show only two open tabs, and the ordering is different.
EDIT: I discovered this only happens when I use two separate editor frames (i.e., each frame is independently minimizable). When I have two editors inside a single minimizable frame, the tab order is preserved between perspectives.