-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install public version of windbg/cdb on windows helix machines #11868
Comments
I'm removing the blocking checkbox, as a new feature can't be blocking by nature and will affect triage decisions. |
Makes sense. :) |
@kunalspathak does this need to be on the path on said machines, or would it be acceptable in a static "classic" location like %SYSTEMDRIVE%;\debuggers ? |
What do you think @hoyosjs? |
Not against it. One thought for @MattGal: how easy is it for y'all to have an environment variable that has such info. That way you can move it around without it needing to be in the path and we can find it easily. |
Being on the path / having a special "HELIX_DEBUGGER_FOLDER" variable shouldn't be terribly hard, but I'm trying to get some details before starting the work. |
It's gnarlier than I expected, but I put a first draft of this here; https://dev.azure.com/dnceng/internal/_git/dotnet-helix-machines/pullrequest/29281 |
This is available and rolled out today, please let me know if you encounter issues. |
Reopening this issue since CDB isn't available in the windows.11.arm64 queue. I tried to see why, but I can't access imagefactory logs for that build anymore. Is this something folks can help with please? |
I see that cdb is installed on many queues, just not Win11 ARM. I'll start a PR to install and verify its operation. |
It blocks are progress towards "merge-on-red" features dotnet/runtime#75243 and dotnet/runtime#77918.
Just as we installed
llvm-symbolizer
in #11631 on Ubuntu, we also need a public version ofwindbg/cdb
installed on windows machines.Release Note Category
Release Note Description
Add public versions of Debugging Tools for Windows to Windows images
The text was updated successfully, but these errors were encountered: