When debugging on windows-msvc, closure environments cannot be inspected #83709
Labels
A-closures
Area: Closures (`|…| { … }`)
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I compiled the following program and started debugging in Windbg:
but after stepping inside
closure
, it's not possible to inspect thex
ory
variables.Meta
rustc --version --verbose
:Windbg 1.2103.01004.0
The text was updated successfully, but these errors were encountered: