简体   繁体   中英

How to restart the Node.js Inspector after making changes to a file?

Does anyone know a faster way to restart the debugger session?

When I edit a file while debugging with the Node.js inspector, I have to press CTRL+ D to exit the Node.js debugger client, then start the debugger again. I was wondering if there is a better way.

After some research, I have just learned about the restart keyword, which can restart the Node.js debugger client:

debug> restart

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM