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
Currently when triggering "Run Java" action, Java debugger just sends the corresponding Java command lines to a terminal to run, then close the debug toolbar immediately. This brings some confusion to new users that they don't know how to terminate the Java application.
The request is to display the debug toolbar as well when running Java in terminal without debugging. The debug toolbar only allows "Restart" and "Stop" actions for "Run Java" scenario, other actions such as "stepping" are disabled.
The text was updated successfully, but these errors were encountered:
Currently when triggering "Run Java" action, Java debugger just sends the corresponding Java command lines to a terminal to run, then close the debug toolbar immediately. This brings some confusion to new users that they don't know how to terminate the Java application.
The request is to display the debug toolbar as well when running Java in terminal without debugging. The debug toolbar only allows "Restart" and "Stop" actions for "Run Java" scenario, other actions such as "stepping" are disabled.

The text was updated successfully, but these errors were encountered: