Debugging not working with foreman
Hi,
I've set foreman in the "Before launch:external tools" in the run/debug config to load up environment variables in an .env file for Django app to go on Heroku. This works fine running the app normally, but if I try and debug it the debug window never loads up and the breakpoints don't fire.
Any ideas where I might be going wrong?
I've set foreman in the "Before launch:external tools" in the run/debug config to load up environment variables in an .env file for Django app to go on Heroku. This works fine running the app normally, but if I try and debug it the debug window never loads up and the breakpoints don't fire.
Any ideas where I might be going wrong?
Please sign in to leave a comment.
Unfortunately loading environment variables from .env files is not supported yet. Please vote for http://youtrack.jetbrains.com/issue/PY-5543 to receive updates on this issue.