Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Melinda on April 18, 2014, 05:21:16 am
-
Hi
My java applications is running on 64-bit virtual machine. I launched my application and all the break points are ignored by EA because they are "not bound".
From the Debug console, I see messages Debug Session Started, Agent: binding breakpoint. My java classes were compiled with debug option (verified via javap command).
How to fix this problem?
Appreciate your help. Thanks.
-
I'm not sure for the JDWP debugger, but in general debugging a 64 bit application wasn't possible prior to EA 11.
-
HI Simon
I need to generate sequence diagrams (reverse engineering) for legacy code. What are the alternatives? I was using Visual Execution Analysis way to generate sequence diagram but looks like debugging 64 bit application via JDWP is not possible on EA 10. Thanks.
-
Version 11 supports debugging 64 bit applications, so if that was your problem then you should be able to make it work now.
-
Did u worked it out??
I'm trying to debug and generate sequence diagrams to a jboss webapp, without any success..