문제

I'm running a test game server on nodejs, in my terminal. What if I wanted to check the value of a variable, or execute a function? Within the terminal, if possible.

도움이 되었습니까?

해결책

You probably want to run a debugger, to interact with our application while running. Here you can find some: https://github.com/joyent/node/wiki/modules#wiki-debugging-and-console

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top