Suddenly overnight something went bump and I cannot access the Run/Debug configurations.. in Eclipse because these menu items (including the scroll arrow!) have been bumped off the bottom of the screen:
I tried looking for a history limit, but that seems to have no effect:
Neither does restarting Eclipse. A new workspace might, alternatively any other good ideas - can I simulate moving to a new workspace by deleting some of its metadata? I can use keyboard arrow keys to get there, but it becomes tedious! Thank you.
Eclipse stores the run/debug configurations in your workspace in directory
.metadata/.plugins/org.eclipse.debug.core/.launches
. Just delete some files*.launch
there, and restart eclipse.