NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: dmoyer on November 13, 2011, 05:46:18 PM
-
Is ds_debug() not supported in a webserver? I can't get it to work in my app, and just tried one of the examples and I do not get any output.
-
Hmmm, I added the ClarionLive UltimateDebug class to this NTWS, and it works just fine.
-
Hi Dave,
NetTalk has a _trace method for sending stuff to Debugview.
eg
p_web._trace('Hi Joe')
Cheers
Bruce
-
What do you know, the _trace method works. I didn't expect ds_debug to be ignored, but this will work. Thanks!