Skip to content

Commit

Permalink
feat: add description to an article for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
g0di committed Jan 15, 2025
1 parent 10118d2 commit 33732e1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Title: Debugger doesn't stop at breakpoints with pytest if pytest-cov is used
Tags: python, troubleshooting, pytest
Tags: python, troubleshooting, pytest, pytest-cov
Description: Describe why Python debugger does not work as expected and stop at breakpoints when using pytest and pytest-cov when debugging tests. It also provides a workaround.

Recently, while trying to debug some of my `pytest` tests using VSCode, I discovered that my breakpoints were completely ignored and the tests never stopped. After nearly breaking my keyboard in frustration, I stumbled upon [this GitHub issue](https://github.com/microsoft/vscode-python/issues/693).

Expand Down

0 comments on commit 33732e1

Please sign in to comment.