PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WD23] Unable to debug REST webservice
[WD23] Unable to debug REST webservice
Débuté par Tim, 24 mar. 2020 10:49 - 1 réponse
Membre enregistré
34 messages
Popularité : +3 (3 votes)
Posté le 24 mars 2020 - 10:49
Hi all,

I'm using windev 23 to develop a REST webservice.
The problem is I can't debug it. I always get a 404.

I press CTRL+F9, I select to debug manually (so I can use postman). The webservice appears in the WDAdmin program.
When I use postman (or use the test button in WDAdmin) I get a 404.

When I install the webservice, it works, but I can't debug what makes development a bit harder.

Any ideas?

Thanks!
Posté le 26 mars 2020 - 01:44
FWIW I have exactly the same problem with WD24. I've resorted to writing debug related entries to a file which I can view to see variable status etc