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

Cell Debugger can't step into code if a bunch of blank lines #3242

Closed
rchiodo opened this issue Jul 26, 2019 · 0 comments
Closed

Cell Debugger can't step into code if a bunch of blank lines #3242

rchiodo opened this issue Jul 26, 2019 · 0 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Jul 26, 2019

Add some code like so:

#%%
print('foo')
print('bar')

Then debug it. Debugging will work

Add a bunch of blank lines, the debugger will now bring up the dummy file instead.

It looks like the root cause is we don't chop off blank lines past the last one. It seems that jupyter does.

@rchiodo rchiodo self-assigned this Jul 26, 2019
@rchiodo rchiodo closed this as completed Aug 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 14, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant