Ignore:
Timestamp:
Jun 24, 2021, 10:24:09 AM (3 years ago)
Author:
coas-nagasima
Message:

デバッグ実行時にプログラムを書き込むよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/app_iothub_client/.vscode/launch.json

    r457 r465  
    55            "name": "Cortex Debug",
    66            "armToolchainPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\9 2019-q4-major\\bin",
    7             "serverpath": "C:\\Program Files\\GNU MCU Eclipse\\OpenOCD\\0.10.0-12-20190422-2015\\bin\\openocd.exe",
     7            "serverpath": "C:\\xpack-openocd-0.11.0-1\\bin\\openocd.exe",
    88            "cwd": "${workspaceFolder}\\Debug",
    99            "executable": "${workspaceFolder}\\Debug\\${workspaceFolderBasename}.elf",
     
    1818            ],
    1919            "openOCDLaunchCommands": [
    20                 "gdb_breakpoint_override hard",
    21                 "gdb_flash_program disable",
    22                 "gdb_memory_map disable"
     20                "gdb_breakpoint_override hard"
    2321            ],
    2422            "preLaunchCommands": [
     
    3129                "enable breakpoint"
    3230            ],
    33             //"preLaunchTask": "build app_iothub_client"
     31            "preLaunchTask": "build ${workspaceFolderBasename}"
    3432        }
    3533    ]
Note: See TracChangeset for help on using the changeset viewer.