Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in RUN mode of java file. #14517

Open
chamangurjardev opened this issue Nov 25, 2024 · 1 comment
Open

Issue in RUN mode of java file. #14517

chamangurjardev opened this issue Nov 25, 2024 · 1 comment

Comments

@chamangurjardev
Copy link

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 :-

  1. Go to https://theia-ide.org/
  2. Click on Try Theia IDE online option, login and it will start theia latest version with latest plugin versions.
  3. 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.
  4. Add 1 System.out.println statement if not there already in main method.
  5. 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.

@chamangurjardev
Copy link
Author

@tsmaeder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant