3

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?

3
  • It should open up a terminal window where the console.log output will be printed. However, some people have reported a bug where this console window will not open and they don't see any program output. Commented May 3, 2015 at 18:55
  • That is my problem too. I run ubuntu 15 by the way Commented May 4, 2015 at 17:19
  • @LoganTegman also my problem. I'm on a Mac, OSX El Capitan Commented Nov 24, 2015 at 5:57

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.