Great package, glad to see somewhat official debugging support for Atom!
But I noticed few things when opening the launch dialog of the python debugger:
It says "To debug buck targets, you should use the buck toolbar instead.". While I have no idea what a buck targets or that toolbar is, I guess it landed there unintended?! The buck toolbar link also goes to a non-existent page.
For "Python Path" the default text is "Path (fully qualified) to python executable.". But it's not true that the path must be fully qualified, a simple "python3" works for example. And this is good because I wouldn't want to point that to the virtualenv everytime. So I propose just removing that "(fully qualified)" part.
The default text in the Env field is way too long. It doesn't even fit my screen and is not scrollable so I have no idea how that sentence will end.
Great package, glad to see somewhat official debugging support for Atom!
But I noticed few things when opening the launch dialog of the python debugger: