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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -