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.
我正在使用 ArangoDB V2.8 + foxx 开发应用程序,我需要使用传统断点调试/运行 javascript 代码。
是否有任何允许这样做的 foxx 选项或外部框架?
恐怕这在我们的功能请求列表中,但尚未实现。
因此,目前最好的选择是按照 Foxx 官方文档中的说明将调试日志输出添加到您的 foxxconsole.log()服务中。
console.log()