File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,17 @@ the debugger currently being used:
272
272
273
273
[ `tests/debuginfo` ] : https://github.com/rust-lang/rust/tree/master/tests/debuginfo
274
274
275
+ > ** Note on acquiring ` cdb.exe ` on Windows 11**
276
+ >
277
+ > ` cdb.exe ` is acquired alongside a suitable "Windows 11 SDK" which is part of
278
+ > the "Desktop Development with C++" workload profile in a Visual Studio
279
+ > installer (e.g. Visual Studio 2022 installer).
280
+ >
281
+ > ** HOWEVER** this is not sufficient by default alone. If you need ` cdb.exe ` ,
282
+ > you must go to Installed Apps, find the newest "Windows Software Development
283
+ > Kit" (and yes, this can still say ` Windows 10.0.22161.3233 ` even though the OS
284
+ > is called Windows 11). You must then click "Modify" -> "Change" and then
285
+ > selected "Debugging Tools for Windows" in order to acquire ` cdb.exe ` .
275
286
276
287
### Codegen tests
277
288
You can’t perform that action at this time.
0 commit comments