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
If you add/open a java file and add main method then theia provide 2 options RUN and Debug. If you will click on RUN option that is also running in debug mode.
Additional Information :-
Theia - >=1.45.0
Node :- v18.20.4 and v20.18.1 - Issue on both node versions.
Java Debugger plugin version :- >= 0.31.0 till latest
Click on Try Theia IDE online option, login and it will start theia latest version with latest plugin versions.
There will be a default project, open java file. It does have a main method. Theia provide 2 options RUN and Debug over the main function/method.
Add 1 System.out.println statement if not there already in main method.
Add debugger on this System.out.println line But click on RUN option over the main method. You will see that even you clicked on RUN then also execution is stopping in debugger.
Expected Output :-
If you click on RUN option then it should not stop on debugger.
The text was updated successfully, but these errors were encountered:
ISSUE :-
If you add/open a java file and add main method then theia provide 2 options RUN and Debug. If you will click on RUN option that is also running in debug mode.
Additional Information :-
Theia - >=1.45.0
Node :- v18.20.4 and v20.18.1 - Issue on both node versions.
Java Debugger plugin version :- >= 0.31.0 till latest
Same issue can be replicated on https://theia-ide.org/ as well.
Steps :-
Expected Output :-
If you click on RUN option then it should not stop on debugger.
The text was updated successfully, but these errors were encountered: