[PR #15249] Don't just die if the user doesn't have the dx debugging tools #30537

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

Original Pull Request: https://github.com/microsoft/terminal/pull/15249

State: closed
Merged: Yes


This PR gives the atlas engine an attempt to retry a couple operations where it asks for debug flags when we're in debug mode. If you don't have the Graphics debugger and GPU profiler for DirectX installed, then these calls will fail, and we end up blowing up the renderer. Instead, just try again.

Originally, I actually thought I had hit #14082, but after sorting this out, it was just #14316.

closes #14316

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15249 **State:** closed **Merged:** Yes --- This PR gives the atlas engine an attempt to retry a couple operations where it asks for debug flags when we're in debug mode. If you don't have the Graphics debugger and GPU profiler for DirectX installed, then these calls will fail, and we end up blowing up the renderer. Instead, just try again. Originally, I actually thought I had hit #14082, but after sorting this out, it was just #14316. closes #14316
claunia added the pull-request label 2026-01-31 09:41:25 +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#30537