From f3fcf2572f4086d7e8ecfc1c42a311f19a134a8e Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Mon, 5 Feb 2018 14:25:11 +0100 Subject: [PATCH] .gdbint for vscode --- .gdbinit | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gdbinit b/.gdbinit index 9d1ef21..b56176a 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,5 +1,5 @@ target remote :3333 - +# monitor reset init monitor arm semihosting enable # send captured ITM to the file /tmp/itm.log @@ -10,5 +10,7 @@ monitor tpiu config internal /tmp/itm.log uart off 16000000 # enable ITM port 0 monitor itm port 0 on -load -step +#load +#step +# monitor reset halt +detach -- GitLab