vote up 1 vote down star

I have building a Blackberry project using bb-ant-tools working just fine. However, I cannot attach to the simulator. It says it is connected, but the simulator keeps saying "Debugger Attaching" and never finishes. Has anyone gotten this to work?

flag
Is this the same (root cause) than stackoverflow.com/questions/1300489/… ? – VonC Aug 21 at 20:18
I don't believe so. I will check it. Thanks for the info. – Daniel Aug 21 at 23:19
It is not that issue. I am able to connect with jdb and I have checked the ports. <br>jdb -connect com.sun.jdi.SocketAttach:hostname=10.10.254.37,port=8010 <br>Deferring uncaught java.lang.Throwable. <br>It will be set after the class is loaded. <br>Initializing jdb ... <br> > VM Started: resume <br>All threads resumed. <br> > Set deferred uncaught java.lang.Throwable <br>resume <br>All threads resumed – Daniel Aug 24 at 19:54
I've never got it to work. I tend to write all code in IntelliJ and still use the JDE for compiling and debugging. – Fostah Aug 28 at 18:02
That is basically what I have done as well. I can find no other answer. – Daniel Sep 3 at 18:01

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.