dpo / atom-python-debugger

IDE-like Python debugger for Atom
MIT License
42 stars 13 forks source link

Unable to debug using python3.5 #48

Closed thangaraj14 closed 6 years ago

thangaraj14 commented 6 years ago

debugger uses python2.7 only. How to set python 3.5 and debug ?

dpo commented 6 years ago

Did you set the path to your Python executable in the options?

trespitt commented 6 years ago

can you please specify what you mean by "the options" and how to access them?

dpo commented 6 years ago

In the package settings, you'll be able to specify the path to your Python executable: screen shot 2018-06-11 at 08 30 01

dpo commented 6 years ago

Oops. I didn't mean to thumb myself up! :-)

Feel free to close the issue if that answers your question.