'API with Xamarin.Essentials: Web Authenticator how debug?

I have a question how to debug the code on the library side? I mean mainly the Xamarin.Essentials library where I use it

await Request.HttpContext.ChallengeAsync(scheme);

, and I can't check what's going on inside this function and it's causing problems. A method for debugging all other libraries would also be welcome :D



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source