when i use vscode debug console to debug cpp code as gdb, i want to print the std::vector's element. as the pic below, i can print the vector(in_tensors), but when i want to print the vector's element, the debug console say could not find operator.how can i do? enter image description here
how can i use vscode debug console as a gdb?