Skip to content
Snippets Groups Projects
Commit f3fcf257 authored by Per Lindgren's avatar Per Lindgren
Browse files

.gdbint for vscode

parent 33f7c5c0
Branches
No related tags found
No related merge requests found
target remote :3333 target remote :3333
# monitor reset init
monitor arm semihosting enable monitor arm semihosting enable
# send captured ITM to the file /tmp/itm.log # send captured ITM to the file /tmp/itm.log
...@@ -10,5 +10,7 @@ monitor tpiu config internal /tmp/itm.log uart off 16000000 ...@@ -10,5 +10,7 @@ monitor tpiu config internal /tmp/itm.log uart off 16000000
# enable ITM port 0 # enable ITM port 0
monitor itm port 0 on monitor itm port 0 on
load #load
step #step
# monitor reset halt
detach
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment