PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → WebDev 18 How to Debug a webservice?
WebDev 18 How to Debug a webservice?
Iniciado por rob, 13,oct. 2014 17:42 - 1 respuesta
Miembro registrado
105 mensajes
Publicado el 13,octubre 2014 - 17:42
Hi everyone.

So my question today is, is there an easy way to run a web service site in the WebDev debugger?

In WinDev Mobile for example, I can run the code in the debug mode where I can set stops in the code, check on the contents of Variables, ect.

In WebDev, I'm sure that works for a normal site, but what about for a web service? It'd be nice not having to recompile, and reinstall my site every time I make a change, then test it in WD mobile.

Currently if I select "Debug the project" I get the message "No home page found"
Publicado el 21,febrero 2015 - 01:00
The only 2 ways I know are to use a tracefile (starttrace) or to create your own logging class to store debug info in a db

No other way to do it...