Replies: 1 comment 1 reply
-
I'm not aware of any way to resolve the projectName automatically for remote sessions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I guess my question is not quite original, but I'm experiencing issue with debugging multimodule maven project.
Specifically, remote session.
Everything works well, except evaluation.
The exact issue is:
Cannot evaluate, please specify projectName in launch.json
Seems eclipse or whatever else failed to pass correct project name when you start remote debug session.
I can debug single module project, both maven and gradle
I guess I could pass the project name by myself, but I'm failed to find API to get it in runtime
Beta Was this translation helpful? Give feedback.
All reactions