Page 1 of 1
Is there a debugger for the server code?
Posted: Wed Feb 19, 2014 10:18 pm
by Martin
I want to be able to setup through the server code to see where the bugs are, but not really sure how to do this. Since it runs on the server and I assume on node.js where does the console.log output go, and how can I access it?
Is there a debugger for the server code?
Posted: Thu Feb 20, 2014 6:31 am
by Kateryna Grynko
Hi Martin,
No, you can use console.log and its result in Trace tab.
Is there a debugger for the server code?
Posted: Tue Apr 14, 2015 5:27 pm
by RobertJay
Kateryna, can you show me where the Trace tab is. I don't see it or the results of my console.log command in my server-side javascript anywhere. I've looked at both the Chrome and Opera developer tools. Thanks.
Is there a debugger for the server code?
Posted: Tue Apr 14, 2015 7:53 pm
by Illya Stepanov
Hi Robert -
You can find it in our documentation here: https://devcenter.appery.io/documenta...
Is there a debugger for the server code?
Posted: Tue Apr 14, 2015 9:14 pm
by RobertJay
Thanks Illya, I'm out of the office now but will check it tonight.
Is there a debugger for the server code?
Posted: Tue Apr 14, 2015 9:20 pm
by RobertJay
Oh wow... right in the editor! I never ventured beyond the script tab. Fantastic... and and thanks again.
Is there a debugger for the server code?
Posted: Tue Apr 14, 2015 9:50 pm
by Illya Stepanov
You are welcome, Robert! 