-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug Tests No Output #24424
Comments
When you debug tests, then go to the debug console, can you see the output there? It might be going there and not be going to the test output channel at all since it is caught and printed in the debug console. Then also for the launch.json, where are you seeing that output? In which panel? |
Ah, it is outputting to the debug console you are correct. With the launch.json, it outputs to the terminal. I think the confusing thing with the default behavior (without launch.json addition) is that when you press 'debug tests' it automatically takes you to the test results window (empty), even though the output is going to debug console. Perhaps if it automatically went to the debug console that would be ideal? |
Type: Bug
Behaviour
No output in 'Test Results' when using 'Debug Tests' unless launch.json is set explicitly like this:
Steps to reproduce:
Diagnostic data
Extension version: 2024.18.1
VS Code version: Code 1.95.1 (Universal) (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z)
OS version: Darwin arm64 24.0.0
Modes:
Remote OS version: Linux arm64 6.8.0-39-generic
python.languageServer
setting: DefaultUser Settings
Installed Extensions
A/B Experiments
The text was updated successfully, but these errors were encountered: