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

Jump to cursor doesn't seem to work when debugging cells #150

Closed
luabud opened this issue Apr 29, 2020 · 2 comments
Closed

Jump to cursor doesn't seem to work when debugging cells #150

luabud opened this issue Apr 29, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@luabud
Copy link
Member

luabud commented Apr 29, 2020

Bug: Notebook Editor, Interactive Window, Editor cells

Steps to cause the bug to occur

  1. Start debugging a cell
  2. Step over a bit, then right click on a few lines behind and select "Jump to Cursor"

Actual behavior

image

Your Jupyter and/or Python environment

Please provide as much info as you readily know

  • Jupyter server running: Local
  • Extension version: 2020.5.76036-dev
  • VS Code version: 1.44.2
  • Python and/or Anaconda version: Python 3.8.0 32 bit
  • OS: Windows
  • Virtual environment: venv

Developer Tools Console Output

@rchiodo
Copy link
Contributor

rchiodo commented Apr 29, 2020

I believe this would be a debugger feature, not something we'd take care of. We don't control the stepping commands.

@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Apr 30, 2020
@int19h int19h added the bug Something isn't working label May 2, 2020
@fabioz
Copy link
Collaborator

fabioz commented Jan 14, 2021

I'm taking a look at this (the problem seems to be that the lines aren't being properly mapped in this case).

fabioz added a commit to fabioz/debugpy that referenced this issue Jan 15, 2021
fabioz added a commit to fabioz/debugpy that referenced this issue Jan 15, 2021
@fabioz fabioz closed this as completed in 44a07d0 Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants