PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, November 21, 2022

[FIXED] How to use the new Windows Terminal as Visual Studio debugging console

 November 21, 2022     console, visual-studio, windows-terminal     No comments   

Issue

How can I set the new Windows Terminal application to be used as debugging console in Visual Studio 2019? By default it launches cmd.exe when I debug.


Solution

After the release of windows terminal 1.12 in combination with Windows 11 (or Windows Insider Program Dev Channel) it is now possible to set default terminal and point to Windows Terminal. After doing that the Visual Studio debugging console gets hosted in windows terminal when debugging console applications in visual studio (tested in vs2022)!

enter image description here



Answered By - olabacker
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing