-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
WHen used with Visual Studio for debugging, screen doesnt clear #15768
Comments
Are you using the Windows Terminal, or the vintage windows console ( |
WT Multiple tabs and all :) Ive noticed this on a couple of machines |
Which version of the Terminal/? There was something like this that was fixed in 1.18... |
1.17.11461.0 Ill go to the windows store and update and see if that fixes it |
1.17 is the latest version of Terminal Stable, 1.18 can be found here: https://aka.ms/terminal-preview. You can then set that as the "Default Terminal Application" in the settings app (or settings UI of the Terminal), and have VS launch that one instead. |
I realized that once I went to the store. I installed the preview, it appears to have fixed the issue. However, so Im closing this issue. If I see it again, Ill re-open |
Great, I bet this was /dup #14512. Thanks for confirming! |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
This is still happening for me with Windows Terminal 1.19.10573.0 |
Seems the issue has leaked to Visual Studio Terminal as well, they say was fixed but clearly was not. |
Windows Terminal version
No response
Windows build number
No response
Other Software
Visual Studio 2022 17.6.5
Steps to reproduce
Create a C++ console application
Make sure the debugging option to "Automatically close the console when debugging stops" is unchecked
Run and exit an attached debugging session
Again Run and exit an attached debugging session
Expected Behavior
With the old windows console, it was cleared every time.
This is what should happen
Actual Behavior
When you run a second (or more) debugging session, 99% of the time it just starts at the top of the console screen overwriting existing text
Sometimes it clears it.
This is largely due to VS 2022 (I skipped 2019 so it may be in 2019) ability to leave the console open when debugging ends. If you turn off that option, this is not an issue.
The text was updated successfully, but these errors were encountered: