Skip to content

Commit bb6de5c

Browse files
committed
tools: Modify gen_launch.sh.
Signed-off-by: wxyyy0117 <wxyyy2002@outlook.com>
1 parent 498ae6e commit bb6de5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/gen_launch.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ if [[ "$DEVICE_TYPE" == "psoc6" ]]; then
109109
"numberOfProcessors": 2,
110110
"targetProcessor": 1,// Set to 0 for the CM0+, set to 1 for the CM4
111111
"postStartSessionCommands": [
112-
"monitor gdb_sync",
113-
"stepi"
112+
"continue"
114113
],
115114
"overrideRestartCommands": [
116115
"starti"

0 commit comments

Comments
 (0)