Page 1 of 1

Tracing and server functions

Posted: Tue Jun 06, 2017 11:01 am
by atostaine
I've been trying to use Trace=true more. I don't think it's supported for server functions though. I've tried searching the docs with "server function trace" and other phrases but there aren't any relevant hits, most are for regular functions and integrator.

Is debug our only option for server functions? I'm working with a customer with slow connections and debug isn't very helpful.

Thanks, Art

Re: Tracing and server functions

Posted: Tue Jun 06, 2017 12:18 pm
by Stewart Marshall
Hi Art

If you're looking to embed user tracing on the server, have a look at #xDemoTraceHandlerDesktop

Regards

Re: Tracing and server functions

Posted: Tue Jun 06, 2017 1:04 pm
by atostaine
Sorry Stewart, same question, but I meant server module.

Re: Tracing and server functions

Posted: Tue Jun 06, 2017 3:20 pm
by Stewart Marshall
Hi Art

Server functions and modules are basically the same when executing on the server, so I would expect it to work.

Regards