When I use codeLLDB to debug a c++ program in visual studio code, I want to know the content of a vector. But codeLLDB will only display address information. By searching for information on the Internet, I found that gdb can realize this function through pretty-printer, but I did not find the relevant function in codeLLDB.
Asked
Active
Viewed 71 times