Output on console from standalone Webapp

Hi,

when starting a webapp (standalone, 64Bit) manual on my shell i get some output. Data like:

2CD1D
F73E5
1A200
980
245

Is any information about that?

Marius

Make sure you compiled as Standalone. That looks like the binary output from a CGI app.

Hi Greg,

nope. It is standalone. As I figured out, e.g. 980 comes when User logs in. One other code comes, when the browser (mobile) comes back after beeing some time not active.

Do you have any Print statements in your app?

Hi Greg,

The only print-statement ist in App.HandleURL -> Request.print and that is sending HTML to the Client.
No print to console, not even one…