mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 11:05:49 +00:00
7 lines
229 B
Text
7 lines
229 B
Text
|
:packadd termdebug
|
||
|
|
||
|
let termdebugger = "/usr/bin/arm-none-eabi-gdb"
|
||
|
:map <c-d> :Termdebug /home/jhbruhn/eurorack/eurorack-dev-environment/eurorack-modules/build/midi2cv/midi2cv.elf --eval-command='target remote localhost:3333'
|
||
|
|
||
|
|