-
Notifications
You must be signed in to change notification settings - Fork 299
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
Notebook debugger could not load source #7555
Comments
Pylance doesn't play a role in notebook debugging. Transferring. |
Anybody looking into the cause of the issue? I've been wanting to migrate all my notebook workflow into VSCode since last couple of weeks. But my latest experiences of it hold me back, as you might tell from the various issues I submitted lately, and I have a few other frustrations that I encountered with VSCode but not JupyterLab. Maybe it's still in experimenting phase and not prime for daily usage at the moment |
Assigning to @DavidKutu |
Thanks for the issue @jingw222. The code snippet is very helpful. |
Note that the debugging feature specifically is considered experimental. You either set the experimental setting or are using Insiders (where we just enabled this without the experimental setting to get more coverage). |
@jingw222, this will be fixed on tomorrow's insiders and on our next release. |
Hey @DavidKutu, thanks for your awesome work, but it's interesting I'm still getting the same result as before though
|
This works for me. Could you try this?
|
Upgraded the Python extension to the latest in dev channel, it's working as expected now. I'll let you know if anything pops up while testing more cases. |
Please do, thanks for trying it |
Environment data
Expected behaviour
Debugger step into inner function/method body
Actual behaviour
When I click
step into
it throws me a tmp py file which saysLogs
Code Snippet / Additional information
# Screenshot above
The text was updated successfully, but these errors were encountered: