Author Topic: Java JDWP debug  - breakpoints are not bound  (Read 3437 times)

Melinda

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Java JDWP debug  - breakpoints are not bound
« 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.

« Last Edit: April 18, 2014, 07:53:08 am by linclequeen »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Java JDWP debug  - breakpoints are not bound
« Reply #1 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.
« Last Edit: April 22, 2014, 04:20:33 pm by simonm »

Melinda

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Java JDWP debug  - breakpoints are not bound
« Reply #2 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.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Java JDWP debug  - breakpoints are not bound
« Reply #3 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.
« Last Edit: April 28, 2014, 09:57:36 am by simonm »

deckard_tree

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Java JDWP debug  - breakpoints are not bound
« Reply #4 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..