Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何类似于ruby gem byebugfor coffescript的工具?
byebug
我希望能够停止 JS 代码并检查变量的值/状态(例如数据等)
随意使用debugger并byebug确保打开浏览器的开发者控制台。执行将暂停,您可以单步调试调试器并查看本地范围。
debugger
有关更多信息,请参阅调试器文档