I’m struggling with server side scripting. What’s the best way to do server side script debugging? And any goto ressources except this one page in the wiki: https://wiki.dreamfactory.com/DreamFactory/Features/Scripting/V8Js ?
Hello.
I think currently the best way to debug is using var_dump() watching the output with tail -f
in the server command line.
At least for me it has worked very well.