1
Suggestions and Requests / Improve Generate Sequence Diagrams
« on: February 23, 2007, 09:32:29 am »
Hello,
I am using the feature in 6.5 to debug in java programs (I cannot make the Attach to JVM work but I am using the other debug option).
That works not so badly but I can think of some improvements.
The sequence diagrams generated is usually well-formatted but contains too much information. For example, a message invocation is translated as being "Communication::AddToReceiverList" (with no parameters values) but really should be "AddToReceiverList('MyParameterValue')". I have to add manually these parameters in order to add value to the diagram.
Thank you for your time.
I am using the feature in 6.5 to debug in java programs (I cannot make the Attach to JVM work but I am using the other debug option).
That works not so badly but I can think of some improvements.
The sequence diagrams generated is usually well-formatted but contains too much information. For example, a message invocation is translated as being "Communication::AddToReceiverList" (with no parameters values) but really should be "AddToReceiverList('MyParameterValue')". I have to add manually these parameters in order to add value to the diagram.
Thank you for your time.