Book a Demo

Author Topic: Generating Sequence diagram by attaching to server  (Read 1930 times)

Sudheendra Gopal

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Generating Sequence diagram by attaching to server
« on: July 02, 2008, 06:01:25 am »
I am currently trying to generate sequence diagrams by attaching EA 7 reverse engineered project to Weblogic server. I have set up build and debug information in the build script for the root package (as explained in the manual). When I invoke the method from the browser, EA starts collecting the jvm information from the point the thread encounters method. However, the thread halts after a few executions as if it has hit a break point, but there are no break points set. The Run Debugger (F6), step over, step out buttons are disabled so I have no way of letting the thread execution to continue. In the stack window, I can see that the thread has been halted at the execution line, but there is no way to continue execution (The right click menu does not work).
I am using the trial version (Professional mode), does this force any limitations on sequence diagram generations? How I can fix this?
Thanks