After having a lot of problems for not being able to debug web services long time, I've found what I was missing!
You must specify the Microsoft Entra user (OAUTH User) in your launch.json:
"userId": "CUSTOM API"
You can find it here:
The debugger worked instantly:
I am now succesfully debugging web service calls 😀