Simulator doesn't halt on breakpoints in JCOP
Hello,
i am usinge eclipse 3.1.1 and JCOP 3.1.1a. I am new to JCop, so maybe i failed to configure something, but at least my simulation of an existing applet works. the return is fine as well, but when i set breakpoints inside the code of my applet, e.g. in my parse() method the jcop simulator doesn't halt at this breakpoint.
Does anyone know, what is wrong with this?
Thanks a lot,
Stream
[424 byte] By [
streama] at [2007-10-2 4:05:24]

Hi.
Please make sure you are running the emulator in debug-mode (the "bug-button", not in simple run-mode ("the green play-button").
Second, you can try if this old thread helps you to make the breakpoints work:
"JCOP - Breakpoints does not work"
http://forum.java.sun.com/thread.jspa?forumID=23&threadID=641638
But I have to admit that under some circumstances my JCOP emulator ignores breakpoints, too. I such a case I use the "good old Microsoft-method for solving problems" (close all windows an reboot).
HTH, Jan