terminal/src/renderer
Michael Niksa 7478248564
Add names to threads to make debugging a slight bit easier (#9801)
Add names to threads to make debugging a slight bit easier.

## PR Checklist
* [x] Closes personal todo item.
* [x] I work here.
* [x] Tested manually.

## Detailed Description of the Pull Request / Additional comments
Thread descriptions show up as names in both the Visual Studio debugger, WinDBG debugger, and Windows Performance Analyzer. This makes it faster and easier to identify threads of interest in our processes.

## Validation Steps Performed
* [x] Checked threads were named in OpenConsole.exe running in classic conhost window mode under VS debug
* [x] Checked threads were named in OpenConsole.exe running in conpty mode under VS debug
* [x] Checked threads were named in WindowsTerminal.exe (for a few of the threads around connections)
* [x] Checked that we could also see it in WinDBG
2021-04-14 10:56:52 +00:00
..
base Add names to threads to make debugging a slight bit easier (#9801) 2021-04-14 10:56:52 +00:00
dx Reduce instances of font fallback dialog (#9734) 2021-04-08 17:49:07 +00:00
gdi Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
inc Reduce instances of font fallback dialog (#9734) 2021-04-08 17:49:07 +00:00
uia Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
vt Replace conhost's fmt::format strings with FMT_COMPILEd ones (#9581) 2021-03-23 02:21:18 +00:00
wddmcon Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
dirs Merged PR 4645239: [Git2Git] Merged PR 4644345: conhost: disable the DX renderer in inbox builds 2020-05-05 23:03:07 +00:00