How can I produce an xml sequence diagram?

388 views Asked by At

I'd like to have something similar to the following screen from Callgraph viewer for Eclipse

2

1

There are 1 answers

0
Patrick from NDepend team On

With NDepend you can get some call graphs. The call graph can be done at several level: assemblies, namespaces, classes or methods. In the GIF below see a classes call graph and how it is generated. See the related documentation here.

NDepend call graph generation