Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top