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

Stub generation process should not use debug JVM flags from project.clj #1514

Closed
cursive-ide opened this issue Sep 1, 2016 · 0 comments
Closed
Labels
released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@cursive-ide
Copy link
Owner

If the project.clj contains JVM args like the following:

:jvm-opts ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"]

Then the stub generation process will hang forever due to the suspend=y flag. This arg should be filtered out, because it doesn't make sense to debug this process.

@cursive-ide cursive-ide added this to the 1.4.0-eap3 milestone Sep 1, 2016
@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

1 participant