launch.json 244 B

123456789101112131415
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "gdbtarget",
  6. "request": "attach",
  7. "name": "Eclipse CDT GDB Adapter"
  8. },
  9. {
  10. "type": "espidf",
  11. "name": "Launch",
  12. "request": "launch"
  13. }
  14. ]
  15. }