We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173b05d commit f16dce5Copy full SHA for f16dce5
pytest_timeout.py
@@ -40,7 +40,7 @@
40
41
# bdb covers pdb, ipdb, and possibly others
42
# pydevd covers PyCharm, VSCode, and possibly others
43
-KNOWN_DEBUGGING_MODULES = {"pydevd", "bdb"}
+KNOWN_DEBUGGING_MODULES = {"pydevd", "bdb", "pydevd_frame_evaluator"}
44
Settings = namedtuple("Settings", ["timeout", "method", "func_only"])
45
46
0 commit comments