Hi,
I'm just playing with foxx and I have some questions about debugging.
Is require("console“).log(…) the only way to debug a foxx app ???
Logs look ugly, how do you inspect stack trace ?
So, if there is no way to debug foxx app only with console.log, another solutions is to develop in node.js.
Is there a way to wrap a foxx app for node.js ? So when code will be done, simply migrate to a foxx app ?
I'm perplex and very insteresting of your dev workflow with foxx app ?
Thanks for your advices.