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

Debugger gets stuck #95545

Closed
spin711 opened this issue Apr 17, 2020 · 5 comments
Closed

Debugger gets stuck #95545

spin711 opened this issue Apr 17, 2020 · 5 comments
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@spin711
Copy link

spin711 commented Apr 17, 2020

Issue Type: Bug

While debugging a python script, the I cannot continue stepping through the code since MSC debugger is not responding anymore. At least for me, it seems that it gets stuck after 15 successful times of stepping. This is repeatable.
Also the debug console is impacted, meaning I do not get a requested content of a variable once the above happens.
Please fix asap, since one cannot work with this version anymore properly.

VS Code version: Code 1.41.1 (26076a4, 2019-12-18T14:58:56.166Z)
OS version: Windows_NT x64 6.1.7601

System Info
Item Value
CPUs Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz (4 x 2294)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.88GB (0.93GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (3)
Extension Author (truncated) Version
githistory don 0.6.3
python ms- 2020.2.64397
team ms- 1.161.0
e written the needed data into your clipboard because it was too large to send. Please paste.
@gjsjohnmurray
Copy link
Contributor

Are you able to update to the current release (1.44.2) and retest?

@spin711
Copy link
Author

spin711 commented Apr 18, 2020

Yes, I updated to version 1.44.2, but the same issue. The only thing I observe is, that the number of steps I can perform is not as constant as I thought within the same script. Although it seams repeatable starting at the same line it changes when the starting position and thus the lines of code are different.

@spin711
Copy link
Author

spin711 commented Apr 18, 2020

There seems to be also a dependency with the number and the type of variables in the watch.

@chrmarti
Copy link
Contributor

/causedByExtension

This is caused by the Python extension. Please file a new issue for it: https://github.com/microsoft/vscode-python/issues/new/choose

@github-actions github-actions bot locked and limited conversation to collaborators Jun 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

4 participants
@gjsjohnmurray @chrmarti @spin711 and others