Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
780 stars 101 forks source link

Debuger freezes when using Microsoft Authentication: services.AddAuthentication() in ConfigureServices method #52

Open ghost opened 3 years ago

ghost commented 3 years ago

Debugger fails to launch the kestrel process after it hits the service in ConfigureServices() method

services.AddAuthentication()

Tested with net5.0, the app runs just not with the debugger attached indicating something is wrong with netcoredbg when it relates to Microsoft.AspNetCore.Authentication.

alpencolt commented 3 years ago

@bachmannn could you specify what OS do you use, how do you run debugger and what error message (if observed).