Skip to content

steve148/vscode-test-debug-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode Python Debug Bug

Sample application to demonstrate an issue I'm facing with VSCode v1.92+.

Background

This repository is me trying to create a simple example to reproduce a problem I'm facing with VSCode. One feature I take advantage of pretty extensively is debugging, specifically debugging tests. Unfortunately I've run into an issue recently where I've been unable to step into third party code while debugging test cases. I don't really know why. I tried tweaking a bunch of configuration settings in VSCode to see if I could get it to work with no such luck. So I'm creating this repo and submitting a bug with VSCode.

Setup

Make sure to install the dependencies of the project with poetry and use the .venv folder for the interpreter with VSCode.

Expected

Screen.Recording.2024-11-05.at.19.53.20.mp4

With VSCode v1.91.x, when I try to step into the third party module it works.

Actual

Screen.Recording.2024-11-05.at.19.43.45.mp4

With VSCode v1.92+ (including v1.95.x), when I try to step into the third party module it doesn't actually step in and continues the debugging session in my code.

About

Sample application to demonstate an issue I'm running into with VSCode while debugging python tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages