How do you debug a cell / notebook with justMyCode: false ? #15193
-
I am using the "Debug Cell" feature - https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_debug-cell But I am not able to figure how to created/edit the debug configuration used there via my launch.json I want to set What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
epicwhale
Feb 16, 2024
Replies: 1 comment
-
Looks like the way to do this is adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
epicwhale
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the way to do this is adding
"jupyter.debugJustMyCode": false
to settings.json directly (not launch.json)