mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 14:24:21 +08:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
target extended ${DEBUG_PORT}
|
|
monitor swdp_scan
|
|
attach 1
|
|
monitor vector_catch disable hard
|
|
set mem inaccessible-by-default off
|
|
set print pretty
|
|
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/PX4
|