Debugging on Raspberry Pi

I have an issue with an app running on RPi under Ubuntu Mate, where I can’t get audio input working. I’ve confirmed the correct audio interface is being enabled, and prepareToPlay gets called, but processBlock doesn’t. Are there any good debugging tools for Linux/Ubuntu ARM?

gdb in tui mode?

1 Like

Cheers Tom I’ll check that out

Code::Blocks might also be useful, though I’ve not tried the debugger.

C::B just attaches to GDB, and it poorly supports it. You’re better off with vscode as it fully supports variable watches and all that with GDB.

1 Like