Obviously, I'm pretty new to node.js. I'm attempting to debug a node.js application and I see node.js in the stack trace.
I would like to put some sys.puts calls in there, but I cannot locate the node.js that is being run by my server.
Is there a way to tell where node.js is located? Is there an equivalent to Ruby's __FILE__
in node?
Thanks, Brian