{"folders":[{"path":".",},],
"debugger_configurations":[
{"name":"Sublime","request":"launch","type":"sublime",
 // "args": ["-n","${project_path}/debug.txt"], // open debug.txt in a new window
 "args": ["${project_path}/debug.txt"],
 "linked_packages":[
  "${project_path}",
  "${packages}/User/Preferences.sublime-settings" // so that the debug version has the same settings as the none debug version
  ]}
  ]
}