Hello Everyone
I would like to ask about a feature from IDE which i don't know how to enable in VS-code.
The problem I have, is when there is a large array, if I hover over it with cursor, then the debugger will try to fetch every element of this array. Unsurprisingly it freezes VS-Code as debugger is reading all of that data, usually a restart of VS-Code is required.
IDE handles it nicely by showing you only 1000 entries, and provides a way to extend that view if needed.
Is there a way to enable this feature in the NXP for VS-Code extension?
Best Regards,
Jakub