Sequence Diagram for Erlang code using Eclipse
shakeeb123 opened this issue · 2 comments
shakeeb123 commented
Hi,
I have recently installed Erlide plugin in Eclipse and now trying to make sequence diagrams of Erlang code to see how functions call each other and to get to know about dependencies. Kindly help.
Thanks.
Syed Shakeeb Sadiq
vladdu commented
You have to install the Wrangler plugins and when opening an erlang file, there will be a menu (in the main menu) "Code Inspection". There you find many interesting operations, among which "generate function callgraph" and "generate module graph". I s that what you are looking for?
vladdu commented
Closing as hopefully answered.