Can't get debugging to work for a native project on mac os with vscode

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.