Foxx 应用程序 - 远程调试/断点

Foxx applications - Remote Debugging / Breakpoints

我正在使用 ArangoDB V2.8 + foxx 开发应用程序,我需要使用传统断点调试 / 和 运行 javascript 代码。

是否有任何允许这样做的 foxx 选项或外部框架?

恐怕is on our feature requests list,但尚未实施。

所以目前最好的选择是使用 console.log() 作为 pointed out in the official Foxx documentation 将调试日志输出添加到您的 foxx 服务。