wangtao0101 / vscode-debug-leetcode

vscode debug extension for leetcode, can work with vscode-leetcode
https://marketplace.visualstudio.com/items?itemName=wangtao0101.debug-leetcode
MIT License
48 stars 10 forks source link

Debugging bug using python? #27

Open BastianKeim opened 2 years ago

BastianKeim commented 2 years ago

🐛 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