Book a Demo

Author Topic: Java Debugging Problem  (Read 2861 times)

swidjaja

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Java Debugging Problem
« on: December 05, 2006, 11:45:06 am »
Hi all.

I have EA Corporate Edition (v 6.5.799).  I have been trying to run debugging in order to auto-generate a sequence diagram (on a very simple class) and have not been able to get it to work.

Basically after I select the option "Build and Run --> Debug Run", I will see:
- a MS window console with titled "C:\Program Files\Sparx Systems\EA\SSProfiler65.exe" started, but ended within the next 10 secs
- The EA's Debug Bench will have the following output:
05/12/2006 14::40 Loading Java Virtual Machine from path C:\Program Files\Java\j2re1.4.2_13\bin\client\jvm.dll
05/12/2006 14::40 Obtained Java Virtual Machine version 1.4

And then it stops.  My class' main has a simple System.out.println() - which is marked as breakpoint.  The output was never shown.
I followed the video tutorial (from Sparx) step by step.

Any idea?

Thanks in advance


- Sam