Log complete call stack in Visual Studio

时光总嘲笑我的痴心妄想 提交于 2019-12-14 04:13:53

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!