I’m using the Microsoft’s C/C++ extension for debugging and the outputs for arrays and strings look like:
If something changes in the array, I have to click it to see inside.
How can I make it like show the elements like python debugger:
I’m using the Microsoft’s C/C++ extension for debugging and the outputs for arrays and strings look like:
If something changes in the array, I have to click it to see inside.
How can I make it like show the elements like python debugger: