简体   繁体   中英

Debug output nodejs in Visual Studio Code

I am running Visual Studio Code on Ubuntu. Debugging a nodejs app works fine after installing mono. But where can I find the output produced by console.log?

When in the editor, either:

  • hit CMD-Shift-P then type Console and choose Open New console

or

  • hit CMD-Shift-C

a console window will be opened with nodejs stdout and stderr connected to it

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