Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-mtj-dev] Breakpoint Does Not Work

George,

The MTJ debug support is 99.99% the JDT debug support.  The only difference is a patch from me that was applied to the JDT debugger quite a few years back that sent one particular event (it has been a long time since I figured this out and I don't remember the details).  This particular event is only sent if the JVM returns information saying that it is a "KVM".  Otherwise, the flows are identical.  

Let me check with the debug team and see what the best approach would be to working on this issue.  I will get back to the list as soon as I know the next steps.  

Thanks,
Craig

On Apr 6, 2009, at 1:06 AM, Lei Zhen-A21681 wrote:

The breakpoint doesn't work when running iDEN Java SDK MTJ. According to the packets we captured between MTJ and our debug agent, MTJ doesn't send out the breakpoint event request. The same features works in WTK. And it seems that the breakpoint event request will be sent out only after receiving the class prepare event of the class containing breakpoints from emulator. However, even after we sent out the class prepare event (below), the breakpoint event request still won't arrive.

0000 2F  00001  

00 40 64 00  00001  

0000 23  2A 0000

00000  01 FE 00

009 48 65  6C 6C 6F 4D  

6F 74 6F 00  0004     

Can anybody give us some hints about this issue?
 
 
George Lei
Project Lead, Motorola iDEN Java SDK
+86-10-84733144
S09M 5/F MCIC, BEIJING
 
 
_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev


Back to the top