Skip to content

Maps in a two-level nested struct do not expand in debug window #1792

Answered by suzmue
rchapin asked this question in Help
Discussion options

You must be logged in to vote

This is a known limitation of the legacy debug adapter. To change the levels of variables to recurse you can change maxVariableRecurse in dlvLoadConfig

The new debug adapter automatically loads variables to allow users to drill in to nested variables. If you are using local debugging, we recommend switching to the new debug adapter using the setting "debugAdapter": "dlv-dap". The remote attach request is a work in progress in the new debug adapter and documentation can be found here.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@rchapin
Comment options

@polinasok
Comment options

Answer selected by hyangah
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
Debug Issues related to the debugging functionality of the extension. Duplicate Make it obvious when issues are closed as duplicate debug/legacy legacy debug adapter related issues - new issues won't be fixed
4 participants