[PR #11537] [MERGED] Add even MORE logging for defterm #28637

Open
opened 2026-01-31 09:29:47 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11537
Author: @zadjii-msft
Created: 10/19/2021
Status: Merged
Merged: 10/19/2021
Merged by: @PankajBhojwani

Base: mainHead: dev/migrie/more-defterm-logging


📝 Commits (4)

  • c8e0336 Add even MORE logging for defterm
  • 58fcf99 I literally cannot spell that word right
  • 3e806dc formatting
  • 19c1b00 somehow I knew this would bite me

📊 Changes

4 files changed (+115 additions, -8 deletions)

View changed files

📝 src/Terminal.wprp (+32 -1)
📝 src/cascadia/TerminalConnection/ConptyConnection.cpp (+10 -0)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+16 -7)
📝 src/host/srvinit.cpp (+57 -0)

📄 Description

Considering the number of reports of "defterm isn't working (mysteriously)", I figured more logging current hurt. I also added a wprp profile for the defterm logging as well, which should capture conhost side things as well.

From an elevated conhost:

wpr -start path\to\Terminal.wprp!Defterm.Verbose
wpr -stop %USERPROFILE%\defterm-trace.etl

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11537 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 10/19/2021 **Status:** ✅ Merged **Merged:** 10/19/2021 **Merged by:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Base:** `main` ← **Head:** `dev/migrie/more-defterm-logging` --- ### 📝 Commits (4) - [`c8e0336`](https://github.com/microsoft/terminal/commit/c8e0336813ab7db344488219937783f685a7d009) Add even MORE logging for defterm - [`58fcf99`](https://github.com/microsoft/terminal/commit/58fcf99a6381b8d7e88c24da4e06a94783be3024) I literally cannot spell that word right - [`3e806dc`](https://github.com/microsoft/terminal/commit/3e806dcb77d6935e1591536b4f875c50afe30d9f) formatting - [`19c1b00`](https://github.com/microsoft/terminal/commit/19c1b0091fb461c50ae0053128bae843f715e056) somehow I knew this would bite me ### 📊 Changes **4 files changed** (+115 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/Terminal.wprp` (+32 -1) 📝 `src/cascadia/TerminalConnection/ConptyConnection.cpp` (+10 -0) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+16 -7) 📝 `src/host/srvinit.cpp` (+57 -0) </details> ### 📄 Description Considering the number of reports of "defterm isn't working (mysteriously)", I figured more logging current hurt. I also added a wprp profile for the defterm logging as well, which should capture conhost side things as well. From an elevated conhost: ``` wpr -start path\to\Terminal.wprp!Defterm.Verbose wpr -stop %USERPROFILE%\defterm-trace.etl ``` * [x] I work here * [x] relevant to: #10594, #11529, #11524. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:29:47 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28637