launch.json 643 B

123456789101112131415161718192021
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "segment_main",
  6. "type": "ccs-debug",
  7. "request": "launch",
  8. "projectInfo": {
  9. "name": "segment_main",
  10. "resourceId": "/segment_main"
  11. },
  12. "debuggerSettings": {
  13. "targetConfigs/MSPM0G3507.ccxml": {
  14. "Texas Instruments XDS110 USB Debug Probe/CORTEX_M0P": {
  15. "data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues/>\n"
  16. }
  17. }
  18. }
  19. }
  20. ]
  21. }