Martin
Posts: 0
Joined: Wed Feb 19, 2014 10:16 pm

Is there a debugger for the server code?

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Is there a debugger for the server code?

Hi Martin,

No, you can use console.log and its result in Trace tab.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Is there a debugger for the server code?

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Is there a debugger for the server code?

Hi Robert -

You can find it in our documentation here: https://devcenter.appery.io/documenta...

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Is there a debugger for the server code?

Thanks Illya, I'm out of the office now but will check it tonight.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Is there a debugger for the server code?

Oh wow... right in the editor! I never ventured beyond the script tab. Fantastic... and and thanks again.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Is there a debugger for the server code?

You are welcome, Robert! :)

Return to “Issues”