At 02:50 PM 11/24/99 -0800, you wrote:
>Paul Kinnucan wrote:
>> I'm afraid so. It appears that jikes is not generating all the debug
>> information needed by JPDA. I have not gotten around yet to reporting this
>> as a bug to the Jikes team. I don't know whether they are aware of the
problem.
>> 
>
>I mentioned this to a co-worker who is a fellow JDE and jikes user, and
>who is also developing a JPDA-based Java debugger in Windows.  He says
>he has no problem with stopping at breakpoints with jikes-compiled code.
>

Breakpoints work fine when jikes is used to compile my JDE test
application. However, breakpoints cease to work with a more complex
application that I am currently developing when it is compiled with jikes.
I have had reports from users of problems with breakpoints when the
application contains static fields. The application that doesn't work for
me contains static fields whereas the app that does work has no static
fields. I haven't investigated any further than this.

- Paul

Reply via email to