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

Debug ignores code #7969

Closed
qamk opened this issue Oct 14, 2019 · 2 comments
Closed

Debug ignores code #7969

qamk opened this issue Oct 14, 2019 · 2 comments
Assignees

Comments

@qamk
Copy link

qamk commented Oct 14, 2019

Issue Type: Bug

The debugger shows the debugger tools (pause, step in, step out etc.) but that disappears after a couple of seconds.
I have simply installed VScode and Python, and the Python Extension.
What I have done:
Opened a folder called "Hello" in VScode; created a file called hello_world.py and added two print lines. I then add a breakpoint on the first line. When clicking debug, the aforementioned happens: tools appear, disappear and my code is not run. Running through the terminal (shift+enter) works fine. I also tried creating a Debug log file, but no file appeared after debugging. Also my settings.json and launch.json are as indicated on the VScode website.
Anyone have solutions to this? Thank you!

Extension version: 2019.10.41019
VS Code version: Code 1.39.1 (88f15d17dca836346e787762685a40bb5cce75a8, 2019-10-10T23:31:28.683Z)
OS version: Windows_NT x64 10.0.17134

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (8 x 1800)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.93GB (2.85GB free)
Process Argv
Screen Reader no
VM 0%
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Oct 14, 2019
@karthiknadig
Copy link
Member

This is likely due to #7836. See if the instructions here help you #7836 (comment)

@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Oct 14, 2019
@karthiknadig karthiknadig self-assigned this Oct 14, 2019
@qamk
Copy link
Author

qamk commented Oct 14, 2019

This is likely due to #7836. See if the instructions here help you #7836 (comment)

Thanks a lot! It is working normally now. :-)

@qamk qamk closed this as completed Oct 14, 2019
@ghost ghost removed the triage label Oct 14, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 21, 2019
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

2 participants