nerdculture.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Be excellent to each other, live humanism, no nazis, no hate speech. Not only for nerds, but the domain is somewhat cool. ;) No bots in general. Languages: DE, EN, FR, NL, ES, IT

Administered by:

Server stats:

1.2K
active users

#codelldb

0 posts0 participants0 posts today
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-&gt;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>