You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: