Setting suspend=y with jvm-debug in the bash script. #1593
Unanswered
dicklieber
asked this question in
Q&A
Replies: 1 comment
-
Instead of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure put how to use suspend=y instead of suspend=n in the bash script.
I certainly can edit the bash script in the deployed application, but it seems like I should be able to configure this in by build.sbt,
It looks like I'd need to override the addDebugger () method and do my own -agentli... But I can't figure out how to do that in sbt configuration. It' probably trivial, but I can't figure out that from the sbt-native docs. That doesn't mean it's not there, It's just I can't :-)
I could completely replace the bash-template in my build.sbt, but that seems to be overkill.
Thanks for any suggestions
Beta Was this translation helpful? Give feedback.
All reactions