How do I view dynamic assigned arrays in Visual Studio debugging mode?

Asked 2 years ago, Updated 2 years ago, 141 views

The visual studio debugger shows the static arrangement well, Do I have to press + to show the dynamic array or double pointer?

Also, sometimes I have to press + every time, so it's annoying.

debugging c++ c visual-studio

2022-09-22 15:44

1 Answers

char *a = new char[10];

Debugger If you want to see the

from start to finish an array of settings, and to

.

a,10

Please write it with me.


2022-09-22 15:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.