When I have multiple main classes in current workspace, after pressing F5 the debugger pops up a list of main class to let me choose. (sorted alphabetically)
When I need to re-launch to debug the same main class, every time I have to look for it again in the list. Is it possible to remember the LRU main class, and put it ahead of the list. It improves my experience.
When I have multiple main classes in current workspace, after pressing F5 the debugger pops up a list of main class to let me choose. (sorted alphabetically)
When I need to re-launch to debug the same main class, every time I have to look for it again in the list. Is it possible to remember the LRU main class, and put it ahead of the list. It improves my experience.