Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Python",
  6. "type": "python",
  7. "request": "launch",
  8. "stopOnEntry": true,
  9. "program": "run_tests.py",
  10. "debugOptions": [
  11. "WaitOnAbnormalExit",
  12. "WaitOnNormalExit",
  13. "RedirectOutput"
  14. ]
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement