firmware/bin/native-gdbserver.sh

6 lines
120 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2021-03-15 11:59:09 +00:00
set -e
pio run --environment native
gdbserver --once localhost:2345 .pio/build/native/program "$@"