D | launch.json.in | 20 { "text": "cd ${workspaceRoot}/build" }, string 21 …{ "text": "file src/apps/@APPLICATION@/@TARGET_NAME@", "description": "load file", "ignoreFailures… string 22 …{ "text": "target extended-remote localhost:3333", "description": "connect to target", "ignoreFail… string 23 …{ "text": "monitor reset halt", "description": "perform a reset and halt the target", "ignoreFailu… string 24 { "text": "load", "description": "flash target", "ignoreFailures": false }, string 25 …{ "text": "monitor reset init", "description": "perform a reset and init the target", "ignoreFailu… string 26 …{ "text": "set output-radix 16", "description": "set the default numeric base to 16", "ignoreFailu… string
|