You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.