launch.json 157 B

12345678910
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "gdbtarget",
  6. "request": "attach",
  7. "name": "Eclipse CDT GDB Adapter"
  8. }
  9. ]
  10. }