dpo / atom-python-debugger

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

set working directory #53

Open poggenpower opened 6 years ago

poggenpower commented 6 years ago

I have a project that is launched from a subdirectory. But launching from debugger local modules can't be found. because they are referenced relative. is there a way to set the current working directory before launching the debugger?

Cc: @dpo

normanius commented 6 years ago

Same problem here!

jsmithnoble commented 5 years ago

Me too. I'd also like to be able to activate a virtual environment inside of the debugger.