CLI Arguments Passed While Debugging #486
Unanswered
MahboobMMonza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to add CLI arguments for debug tests without "remote debugging" (e.g. using
mvnDebug
in Maven with the arguments given to suspend while the debugger attaches to the process)? I was hoping this would be some table that can be passed in a config/asked through input before debugging starts and passed into the "args" parameter. If anyone has managed to setup their DAP settings to do this automatically, please inform me of your process.Beta Was this translation helpful? Give feedback.
All reactions