Skip to content

cppvsdbg debugger shows "An unspecified error has occurred." for structured binding variables #3197

@sean-mcmanus

Description

@sean-mcmanus

I've filed an internal debugger bug on this with a repro project. Reproed with cppvsdbg on Windows.

The repro is with structured binding code like

for (const auto& [myStr, myBool] : vector_with_str_bool)

The bug doesn't repro with VS.

Metadata

Metadata

Assignees

Labels

bugdebuggerfixedCheck the Milestone for the release in which the fix is or will be available.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions