How to start debug session with 'Run Anything' in WebStorm?

你离开我真会死。 提交于 2019-12-13 02:55:59

问题


In the recent release WebStorm (2019.3) introduce 'Run Anything action', that great to easily start services etc'.

Until now i use to run it by clicking on the 'start debug' GUI button, and that works great, but how can i start debugging session like 'Attach to Node.js' by using the 'Run Anything' action?

When i try to run with 'Run Anything' - i get 'cannot find runner for Node' failing error massage, that not appear when i trying to run it by the GUI.


回答1:


After you open the 'Run Anything' modal (Ctrl-Ctrl), hold the shift while you choosing the debugging session you want.

Good luck!



来源:https://stackoverflow.com/questions/59052744/how-to-start-debug-session-with-run-anything-in-webstorm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!