hello I have in a project, a blank application and from that application I execute an ajax to which I am passing some parameters.
How can I do a debug to see what values are in each variable in the application and in the ajax?
Thank you very much for the help
I use an echo statement to display the variables. Remove the echo statement after ensuring that it works.
or use the menu option
menu/application/data in session
In the application you are calling by ajax you cannot use echo as this value will be returned to the calling application. One option is to use the sc_log if you have a logfile active or use a small routine that appends messages to a sequential logfile.