Pin WinDbg/TTD version instead of always downloading latest (Fix #1130)#1140
Open
xusheng6 wants to merge 1 commit into
Open
Pin WinDbg/TTD version instead of always downloading latest (Fix #1130)#1140xusheng6 wants to merge 1 commit into
xusheng6 wants to merge 1 commit into
Conversation
…latest (Fix #1130) The latest WinDbg release (1.2606.22001.0) crashes the DbgEng TTD adapter on stop (#1129). The installer now downloads a pinned version (1.2603.20001.0) directly by URL, and falls back to the latest version via the appinstaller manifest if the pinned download fails. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest WinDbg release (
1.2606.22001.0) crashes the DbgEng TTD adapter on stop (#1129). Rather than always pulling the newest build, the installer now pins a known-good version.Changes
1.2603.20001.0(second-latest, verified working) and download its MSIX bundle directly by URL, skipping the appinstaller manifest.GetLatestVersion()now reports the pinned version, keepingcheck-update/the update dialog consistent (no more nagging users to update to a version the installer won't install).To adopt a newer WinDbg once validated, bump the single
kPinnedVersionconstant.🤖 Generated with Claude Code