.NET 从运行代码生成序列图

发布于 2024-07-10 22:07:48 字数 34 浏览 7 评论 0原文

是否有一个工具可以通过运行 .NET 代码生成序列图?

Is there a tool that can generate sequence diagrams from running .NET code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

蓝礼 2024-07-17 22:07:48

企业架构师将从运行代码生成序列图。 您可以在图表开始和结束的位置设置断点,然后运行代码,它将为您提供所运行代码的序列图。 我已经使用 C# 代码成功完成了此操作。

以下是用户指南中的说明。

Enterprise Architect will generate sequence diagrams from running code. You set break points where you want your diagramming to begin and end and then run the code and it will give you a sequence diagram of the code that ran. I have done this successfully with C# code.

Here are the instructions from the user guide.

猥︴琐丶欲为 2024-07-17 22:07:48

Sparx Systems 制作的 Enterprise Architect 非常适合从代码生成序列图。 它基本上记录(基于您的起点/终点)运行时间并吐出序列图。 他们甚至在他们的网站上有一个视频演示。 我认为 EA 的价格在 200-300 美元之间,但仍然是一个很棒的工具。

此视频演示展示了如何在 EA 中设置源/调试,最后您将看到如何生成序列图。

Enterprise Architect made by Sparx Systems works well for generating sequence diagrams from code. It basically records (based on your start/end points) the runtime and spits out a sequence diagram. They even have a video demo of it somewhere on their site. I think EA is between $200-$300 bucks, but a great tool non the less.

This video demo shows how to setup source/debugging in EA and at the end you see how to generate a sequence diagram.

明月松间行 2024-07-17 22:07:48

我自己不久前研究过这个问题 我认为 SDE 确实你需要什么我认为(我无法说服管理层进行研究,但演示看起来不错)

编辑:哦,尝试视觉 uml 也是如此。

I researched this a while ago myself and I think SDE does what you need I think (I was unable to convince management to follow through on the research, but the demo looks good)

Edit: oh and try visual uml too.

蓝戈者 2024-07-17 22:07:48

你是什​​么意思? 从运行时执行路径确定序列图? 我不相信这是可能的。

如果您想从代码和数据创建序列图,那么来自 Northwoods 的 GoDiagram 工具 可以创建非常复杂的图表,我相信序列图当然是可行的。 而且,顺便说一句,收集正确的诊断数据也可以解决第一个问题......

What do you mean? Determine from the runtime execution path the sequence diagram? I do not believe it possible.

If you mean to create sequence diagram from code and data then the GoDiagram tool from Northwoods can create really complex diagrams and I believe sequence diagram are certainly doable. And, BTW, collecting the proper diagnostic data you can also solve the first problem...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文