Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Henning

Pages: [1]
1
General Board / Re: Problem with breakpoints while debugging Java
« on: March 01, 2007, 03:54:40 am »
Hi,
I solved this problem but have now another one.
The problem was that I forgot to put the root packages of the source files into the classpath of the debugged VM!
Now I was able to connect and to run into breakpoints.
The remaining problem I have now is that this works only for some breakpoints even in the same class, although all stuff is uptodate. The application runs into that BPs and got stuck as expected, but EA does not!!! It stays was if waiting for stepping into a BP. If I stop debugging the application continues working.

Can anybody help?

2
General Board / Problem with breakpoints while debugging Java
« on: February 28, 2007, 02:02:40 am »
Hi,
I managed to attach the EA Debug Workbench to a running Java1.5 VM (added -agentlib:"C:\Program Files\Sparx Systems\EA\SSJavaProfiler65" to the VM parameters) and set breakpoints in the code (red dots without problems in EA).
My problem is that I do not run into these breakpoints ! I did it in the same was as shown in the demos.
Is there anything I have to check? (root packages, paths or parameters in EA I have to set)?
Can anybody help?

3
General Board / Re: Java debugger doesn't work : JVMTI error
« on: February 28, 2007, 01:04:50 am »
As far as I know it is not possible to debug your application in eclipse (Debug as...) and have the EA debug-agent running in the VM.

Pages: [1]