Get stack trace of C# async calls using the API that the visual studio debugger uses
问题 Is it possible to get an equivalent stack trace that is provided by the visual studio 2019 debugger. Eg if I breakpoint in my async code inside of visual studio I see the following stack trace within the "Call Stack" window company.Common.dll!company.Common.Api.ResourcesDatabase.Lock() Line 58 C# company.Common.dll!company.Common.Api.ResourcesDatabase.ResourcesDatabase(bool openAndCreateDB) Line 29 C# company.Api.dll!company.Api.GlobalsDownloader.DownloadNewGlobals_UnderLock(System.Func