I'm developing an application using ArangoDB V2.8 + foxx and I need to debug / and running the javascript code with the traditional breakpoints.
Is there any foxx option or external framework that allows this?
I'm afraid that this is on our feature requests list, but it isn't implemented yet.
So at the time being the best option is to add debug log output to your foxx services using console.log()
as pointed out in the official Foxx documentation.