79390037

Date: 2025-01-27 08:02:17
Score: 1.5
Natty:
Report link

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:

enter image description here

The debugger worked instantly:

enter image description here

I am now succesfully debugging web service calls 😀

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: kuhi