Visual Studio Code – lldb in vscode: how to show string values on hover?
I'm debugging a C app in VS Code on Mac OS (arm64). I can set breakpoints and see stacktraces. However, for variables, memory addresses are shown instead of values. The variable I want to inspect is msg. Whether I add…