Skip to content

Commit f16dce5

Browse files
Fixed PyCharm debugger timeouts (#99)
1 parent 173b05d commit f16dce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# bdb covers pdb, ipdb, and possibly others
4242
# pydevd covers PyCharm, VSCode, and possibly others
43-
KNOWN_DEBUGGING_MODULES = {"pydevd", "bdb"}
43+
KNOWN_DEBUGGING_MODULES = {"pydevd", "bdb", "pydevd_frame_evaluator"}
4444
Settings = namedtuple("Settings", ["timeout", "method", "func_only"])
4545

4646

0 commit comments

Comments
 (0)