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

Remote debugging tutorial does not work #318

Closed
jakobbraun opened this issue Mar 9, 2020 · 1 comment · Fixed by #319
Closed

Remote debugging tutorial does not work #318

jakobbraun opened this issue Mar 9, 2020 · 1 comment · Fixed by #319
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@jakobbraun
Copy link
Contributor

the given statement using the JAVA_TOOL_OPTIONS has no effect. Instead using

%jvmoption -agentlib:jdwp=transport=dt_socket,server=n,address=HOST:PORT,suspend=y;

it works. Note that HOST and PORT must be replaced.

@jakobbraun
Copy link
Contributor Author

I did also tested to use of JDK_JAVA_OPTIONS with no success.

@redcatbear redcatbear self-assigned this Mar 13, 2020
@redcatbear redcatbear added the bug Unwanted / harmful behavior label Mar 13, 2020
redcatbear added a commit that referenced this issue Mar 19, 2020
* #318: Fixed `%jvmoption`. Added troubleshooting information.
* Update doc/development/remote_debugging.md

Fixed typo.

Co-authored-by: Muhammet Orazov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants