标签: node.js debugging meteor node-inspector
我找不到任何有关在服务器端调试meteor的工作教程。 正在运行meteor debug会给localhost:8080/debug?port=5959,但它没用。当我将调试器放入服务器代码时,它会在10到20秒后停止(放置console.log会更快)。此外,如果我使用SomeCollection.find()它只是不起作用 - 我等待,并且不会收到任何结果。
meteor debug
localhost:8080/debug?port=5959
SomeCollection.find()
是否有任何关于如何调试它的工作示例,因为我必须承认使用console.log进行调试非常令人沮丧?
console.log