Replies: 1 comment 7 replies
-
Can you get this down to a reproducible code sample? Unfortunately this isn't a lot of information to go on, so I don't quite know how to start helping you. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have a bunch of pytest unit tests. These were all working fine.
I noticed today that I can no longer debug some of the test cases from the Testing view. Others however can be debugged.
When it doesn't work, the testing output pane just shows "Finished running tests!" & the debugger never seems to start.
When it does work, the terminal pane opens briefly & the launch command is shown. It then switches to the debug console as per normal.
Our environment is:
=> IntelliCode v1.2.19
=> Jupyter v2022.3.1000901801
=> Pylance v2022.4.1
=> Python v2022.4.1
=> Remote - Containers v0.231.6
Any help greatly appreciated.
Thanks
Tim
Beta Was this translation helpful? Give feedback.
All reactions