PlatformIO does expect gdb to be installed on the machine for debugging native programs. It will not accept lldb (Debugging using macOS lldb instead of gdb).
You could try and install gdb via homebrew.
PlatformIO does expect gdb to be installed on the machine for debugging native programs. It will not accept lldb (Debugging using macOS lldb instead of gdb).
You could try and install gdb via homebrew.