You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🐛 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
The text was updated successfully, but these errors were encountered: