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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -