Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Melinda on April 18, 2014, 05:21:16 am

Title: Java JDWP debug  - breakpoints are not bound
Post 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.

Title: Re: Java JDWP debug  - breakpoints are not bound
Post by: Eve on April 22, 2014, 04:20:17 pm
I'm not sure for the JDWP debugger, but in general debugging a 64 bit application wasn't possible prior to EA 11.
Title: Re: Java JDWP debug  - breakpoints are not bound
Post by: Melinda on April 25, 2014, 01:38:06 am
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.
Title: Re: Java JDWP debug  - breakpoints are not bound
Post by: Eve on April 28, 2014, 09:57:16 am
Version 11 supports debugging 64 bit applications, so if that was your problem then you should be able to make it work now.
Title: Re: Java JDWP debug  - breakpoints are not bound
Post by: deckard_tree on August 06, 2014, 10:12:47 am
Did u worked it out??
I'm trying to debug and generate sequence diagrams to a jboss webapp, without any success..