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

Debugging documentation #254

Merged
merged 6 commits into from
Aug 23, 2021
Merged

Debugging documentation #254

merged 6 commits into from
Aug 23, 2021

Conversation

chippmann
Copy link
Contributor

Resolves #184 .

Adds documentation on how to debug jvm code and also changes the supplied jvm args to suspend the execution until a remote debugger is attached.

docs/src/doc/user-guide/debugging.md Outdated Show resolved Hide resolved
docs/src/doc/user-guide/debugging.md Outdated Show resolved Hide resolved
src/gd_kotlin.cpp Outdated Show resolved Hide resolved
@chippmann chippmann force-pushed the feature/debugging_docs branch from 4d45ad1 to b21fa29 Compare August 19, 2021 06:34
@@ -162,6 +162,7 @@ void GDKotlin::init() {
String jvm_jmx_port;
bool is_gc_force_mode{false};
bool is_gc_activated{true};
bool is_waiting_for_debugger{true};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it true by default ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not read former conv with ranie, don't mind last comment

@chippmann chippmann merged commit 5ea086b into master Aug 23, 2021
@chippmann chippmann deleted the feature/debugging_docs branch August 23, 2021 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation on how to debug jvm code
4 participants