firmware/bin/native-gdbserver.sh
2022-01-07 02:53:33 -08:00

6 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pio run --environment native
gdbserver --once localhost:2345 .pio/build/native/program "$@"