Debugging plugins under Linux

Anybody have any tips? I’m using code blocks but I can’t seem to get it to stop at any breakpoints in my plugin.

On Linux I used CodeLite, or Visual Studio Code. Debugging works fine in both cases. Never even tried with CodeBlcoks, but I don’t see why it shouldn’t work. Have you tried running gdb from the command line?

gdb is definitely working, and a quick tool to use. You can also use lldb if you prefer clang. Tip: Use ctrl-x / ctrl-a to show source code when backtracing.