PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → [WB20] Question about debugging a web service
[WB20] Question about debugging a web service
Débuté par Robert, 27 jan. 2017 19:32 - Aucune réponse
Membre enregistré
105 messages
Posté le 27 janvier 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.