问题
In Visual Studio Debug mode one can view the partial call stack when reaching a given breakpoint. I want to save and search the complete call stack during debug mode, without setting any special breakpoint. If and how is that possible? I am using Visual Studio 2019 Preview.
回答1:
For a .NET application, you can use my Runtime Flow extension to collect a complete function calls sequence. It works outside debug mode and without setting breakpoints.
来源:https://stackoverflow.com/questions/56656577/log-complete-call-stack-in-visual-studio