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

how to debug the kernel when using from jupyterlab ? #24

Open
maxandersen opened this issue Aug 7, 2021 · 1 comment
Open

how to debug the kernel when using from jupyterlab ? #24

maxandersen opened this issue Aug 7, 2021 · 1 comment

Comments

@maxandersen
Copy link

at the moment I just keep restarting jupyter and lots of println lines - but i was wondering if there is a "easy" way to enable debugging of the jvm started by the kernel?

@maxandersen
Copy link
Author

figured it out - locate kernel.json using jupyter kernelspec list and add -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 in the java argument list

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

No branches or pull requests

1 participant