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

Debugging Broken (F10 & F11) #358

Closed
fierval opened this issue Jun 6, 2024 · 5 comments
Closed

Debugging Broken (F10 & F11) #358

fierval opened this issue Jun 6, 2024 · 5 comments
Assignees
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@fierval
Copy link

fierval commented Jun 6, 2024

Type: Bug

Behaviour

When Hitting F11 and sometimes F10, the debugger breakpoint indicator is blinking and not stepping in or over the line. F5 works

Steps to reproduce:

  1. Put a breakpoint on a function
  2. Start debugging and F5 to the breakpoint
  3. F11 to step into the function

Result: keep hitting F11, the indicator just blinks, nothing happens.

Not repro on 1.89.1

Diagnostic data

launch.json configuration

XXX

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

XXX

Output for Python Debugger in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python Debugger)

XXX

Extension version: 2024.6.0
VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:13:33.891Z)
OS version: Windows_NT x64 10.0.22621
Modes:

  • Python version (& distribution if applicable, e.g. Anaconda): 3.10.13
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Conda
System Info
Item Value
CPUs AMD Ryzen 9 7950X 16-Core Processor (32 x 4491)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 127.14GB (102.74GB free)
Process Argv --crash-reporter-id ebad9e78-b813-4680-b34a-3acad8c2e7ed
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805cf:30301675
binariesv615:30325510
vsaa593cf:30376535
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythongtdpath:30769146
welcomedialogc:30910334
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
jchc7451:31067544
chatpanelt:31048053
dsvsc021:30996838
9c06g630:31013171
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
pythonprt:31056678
dwnewjupyter:31046869
2f103344:31067618
26j00206:31048877

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jun 6, 2024
@fierval
Copy link
Author

fierval commented Jun 6, 2024

Additionally, setting just my code to false has no effect. Can't step into the package code.

Code_2kSFZUh1K7.mp4

@devymex
Copy link

devymex commented Jun 7, 2024

Same issue: #359

@fierval
Copy link
Author

fierval commented Jun 7, 2024

This doesn't just affect a 3rd party library. Stepping into a function in "my" code is also sometimes broken, e.g.: when trying to step into a function overridden in the derived class from a parent class.

@paulacamargo25
Copy link
Contributor

paulacamargo25 commented Jun 13, 2024

There was a known issue in vscode microsoft/vscode#214433. It's marked as a candidate so it should ship soon. Could you try in insiders to see if the error is solved there?

@paulacamargo25 paulacamargo25 added the info-needed Issue requires more information from poster label Jun 13, 2024
@paulacamargo25
Copy link
Contributor

Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off.

Happy Coding!

@paulacamargo25 paulacamargo25 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

4 participants