Closed leosj29 closed 1 year ago
Same for me on
For me also the input field for the project name appears only in a short blip, then disappears and the Debugger view comes up. Tomcat then starts up, while RSP UI still says that it is stopped.
The most negative effect is that it's not possible to evaluate any variables in the Debug Console anymore, as that results in
Cannot evaluate because of java.lang.IllegalStateException: Cannot evaluate, please specify projectName in launch.json..
Unfortunately there seems to be no way of setting the projectName via launch.json, so debugging a server now is broken to a large extent.
ping @robstryker :-)
Looking into it.
Focus issue. I'll make a hotfix release ASAP.
The window to specify a project name for java debugger opens and closes immediately, so it is not possible to specify a new project name (if required). This occurs after the first time the project name is specified.
Environment
Steps To Reproduce
Screencast from 09-03-2023 11:02:22.webm
Current Result
The window to write a project name opens and closes immediately.
Expected Result
The window to write a project name should open (remembering the previous one) and wait for user action
Additional Informations