Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top