如何找到大型SOA代码库的调用层次结构?
致力于大型面向服务的架构解决方案。 Visual Studio 中是否有工具可以查看不同方法的调用流程?
理想情况下,我想通过 Postman/Fiddler 模拟 API 请求,并让 Visual Studio 向我显示按正确顺序调用的所有方法。对于这个大型 SOA 代码库来说,使用 F10/F11 进行调试并找出每个流程的调用层次结构听起来很乏味。
我在 VS 2022 Enterprise 上尝试了带有代码图扩展的性能分析器,但这给出了一个大图表,在我原本速度很快的机器上缓慢地放大/缩小。这是正确和/或唯一的选择吗?
Working on a large service oriented architecture solution. Are there tools in Visual Studio that allow to view the flow of calls to different methods?
Ideally I would like to simulate an API request through Postman/Fiddler, and let Visual Studio show me all methods that were called in correct order. Debugging with F10/F11 and finding out call hierarchy for each flow sounds tedious for this large SOA codebase.
I tried Performance Profiler with Code Map extension with VS 2022 Enterprise, but that gave a large diagram that zooms in/out slowly on my otherwise fast machine. Is that the correct and/or only option?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论