PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → [WB20] Question about debugging a web service
[WB20] Question about debugging a web service
Iniciado por Robert, 27,ene. 2017 19:32 - No hay respuesta
Miembro registrado
105 mensajes
Publicado el 27,enero 2017 - 19:32
So I have a web service developed in WB20 that has a bunch of public procedure I call from a WinDev Mobile application.

I know when debugging a procedure I can right click the procedure and run a procedure test where I Input my input parameters, step through the code, ect.

My question is this. Is it possible to setup the local web service to allow me to step through the code of a procedure when it's called directly from the windev mobile application (or from the simulator)?

Currently the only way I can figure out how to do this, is to set the procedure to save it's input parameters to a text file, run my test from the mobile application, then take that text file and feed those variables into a procedure test, so that I can then step through the code.


Any ideas are greatly appreciated.