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 bug using python? #27

Open
BastianKeim opened this issue Nov 3, 2022 · 0 comments
Open

Debugging bug using python? #27

BastianKeim opened this issue Nov 3, 2022 · 0 comments

Comments

@BastianKeim
Copy link

🐛 Bug Report

When I debug, the debugger only read breakpoints, and most of the time skips the lines, not letting me see the whole process.

To Reproduce

I Set two breakpoints, from the def to the return, and start debugging, when I press step over, this only shows the first line where the breakpoint is and in the return (where the second breakpoint is). This started to happen suddenly, before didn't happen. (So I guess is because I installed latest version of one of the programms but I don't know which one because I updated all my extensions and even my vsc)

Expected behavior

Everytime I press the "step over" button, it will be debugging line by line starting from the first breakpoint and finishing in the last breakpoint. but the debugger skips everyother line that doesn't have breakpoints, showing just the results was succesful or not .
extra: I tried reinstalling python, python extensions in vsc, nodejs, reboot my system, tried in a virtual machine to make sure it wasn't my computer. Also, I tried this in a normal python file, and this not happens when I do in a not leetcode problem.

Extension Output

Error: read ECONNRESET

Your Environment

  • os: win10
  • extension settings: default
  • nodejs version: 18.12
  • vscode version: 1.73
  • extension version: 0.2.3
@BastianKeim BastianKeim changed the title Debugging bug ? Debugging bug using python? Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant