-
-
Notifications
You must be signed in to change notification settings - Fork 43
Step into installed library code #576
Comments
It is very similar. Does it make a difference if I have the code for some libraries checked out into a folder in addition to having it installed (py files under site-packages)? Is it possible to point the debugger to use source code from folders rather than going to site-packages? Thanks, |
Yes, this is for example what is mentioned in this comment: #263 (comment) Both VS Code and xeus-python use the same backend for debugging ( |
Let's close this issue and move the conversation to #263 so it's all in one place (feel free to comment there too). |
Hi Jeremy, Thank for your prompt responses. Can you please point me to the code where this variable needs to be set? Thanks, |
Hi,
I tried the xpython debugger functionality to step into breakpoint from a function call in notebook to function definition in .py file.
This worked when the .py file was in the same folder as the notebook but did not work when the python code was installed as a library.
Can you please guide on how to do this?
Thanks,
JN
The text was updated successfully, but these errors were encountered: