Hi,
After many failed attempts I'm looking for help.
I used to debug my apis by setting them into actions then runing debug, but it's seems that it's possible to do it by attach request.
I try to call webservices from Business Central with Postman or Insomnia and hit breakpoints set in Visual Studio.
My launch.json :
My webservice (API Page) :
When i run / Attach: Microsoft cloud sandbox / I get this message :
Then I call my webservice in Insomnia and get a good response (url call = OData url generated from web service entry in bc) :
But my breakpoints are never hit.
Does someone know what step i'm missing here?
Thanks in advance for your help,
Sincerely yours