-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
debuggerinvestigate: reproThis issue's repro steps needs to be investigated/confirmedThis issue's repro steps needs to be investigated/confirmed
Description
Effectively reopening #966, as it is still only partially working.
See screenshot, I have a struct containing a member which is an anonymous struct.
- In "Variables" I can see the anonymous member of the struct, but it incorrectly labels it as an anonymous union while it is in fact an anonymous struct.
- In "Watch" I am trying to view a member of the anonymous struct, but its not working.
- In debug mode, when hovering over a member of the anonymous struct in the editor, expecting its value to be shown, but it isn't.
Visual Studio Code version 1.78.2 on Windows 10 / mingw, using gcc with -fms-extensions / gdb

Originally posted by @divonlan in #966 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debuggerinvestigate: reproThis issue's repro steps needs to be investigated/confirmedThis issue's repro steps needs to be investigated/confirmed