trezor-core/gdb.sh

5 lines
127 B
Bash
Executable File

#!/bin/bash
BUILD_DIR=vendor/micropython/stmhal/build-TREZORV2
gdb $BUILD_DIR/firmware.elf -ex 'target remote localhost:3333'