gruntjs - Is there a tool that will allow me to step through Python code running on grunt in a virtualenv? -
i running code in virtualenv using following:
source ./env/bin/activate grunt serve
is there tool allow me run grunt serve in virtualenv , step through code. using pycharm ide have not been able figure out how set pycharm run grunt serve in debug mode.
Comments
Post a Comment