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