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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -