Daigoro Toyama 🌸<p>I spent a few hours dealing with the problem of <a href="https://sakurajima.social/tags/VSCode" rel="nofollow noopener noreferrer" target="_blank">#VSCode</a> giving me a "syntax error" message when I manually entered a struct member variable in the Watch window (i.e. "ctx->id"). As it turned out, it was an issue with the <a href="https://sakurajima.social/tags/CodeLLDB" rel="nofollow noopener noreferrer" target="_blank">#CodeLLDB</a> extension. I switched to Microsoft's C/C++ extension ("cppdbg") and set "MIMode" to "lldb" so it used lldb instead of gdb. That fixed it. Note: this is on <a href="https://sakurajima.social/tags/macOS" rel="nofollow noopener noreferrer" target="_blank">#macOS</a>.</p>