Forget it... I dont remember installing a extention to do this... but here we are!
Its was some extention.
Visual Studio 2026 - Prevent output from showing 'Tests" while debugging
Hello
Visual Studio 2026 is having a anooying behaviout that makes it impossible to debug anything eficiantly.
When debugging the output ALWAYS jump into "Tests" even when not debugging a UniTest.
Then i change i back to "Debug" and it again jumps into "Tests" as soon as i do anything, like a step into or over.
Its completly unsusable for soemone that relies on the output windows being on the "Debug" tab while debugging... as it should.
Can not find any way to change this behaviour.
What can i do?
Thank you
Developer technologies | Visual Studio | Debugging
2 answers
Sort by: Most helpful
-
Max Santos 0 Reputation points
2025-12-10T14:56:43.7866667+00:00 -
Susmitha T (INFOSYS LIMITED) 1,790 Reputation points Microsoft External Staff
2025-12-11T12:32:07.7133333+00:00 Thanks for reaching out!
Here are a few steps you can try to prevent the output from automatically switching to the "Tests" tab:
- Check Output Window Settings: Make sure that your output window is configured correctly. Go to
Tools>Options, then navigate to theDebuggingsection. Look for any settings related to the output window or test debugging and adjust them. - Disable Automatic Test Notifications: Sometimes, Visual Studio might switch tabs based on certain settings. In the output window, there might be an option to disable automatic notifications related to test results. Look for any options related to "Run tests when debugging" and disable it if it's enabled.
- Update Visual Studio: Ensure that you have the latest updates for Visual Studio 2026. Bugs and unexpected behaviors are often fixed in newer versions. You can check for updates in the Visual Studio Installer.
- Reset Window Layout: Occasionally, IDE customizations can lead to unexpected behavior. Try resetting your window layout by going to
Window>Reset Window Layout. This might resolve any conflicts or issues. - Visual Studio Extensions: Check if there are any extensions installed that might affect the debugging experience. Sometimes third-party tools can land unexpected behavior in the IDE. References:
- https://v4.hkg1.meaqua.org/en-us/visualstudio/?view=visualstudio
- https://v4.hkg1.meaqua.org/en-us/visualstudio/debugger/debugger-feature-tour?view=visualstudio
Let me know if you need any further help with this. I will be happy to assist.
If you find this helpful, Kindly mark the provided solution as "Accept Answer", so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated. - Check Output Window Settings: Make sure that your output window is configured correctly. Go to