launch.json 234 B

123456789101112
  1. {
  2. "configurations": [
  3. {
  4. "type": "python",
  5. "name": "debug tmp3.py",
  6. "request": "launch",
  7. "justMyCode": false,
  8. "args": [],
  9. "program": "/Users/alvin/IdeaProjects/python-base/tmp3.py"
  10. }
  11. ]
  12. }