Blackberry on Eclipse - Simulator won't launch

1.8k Views Asked by At

When I try to debug a blackberry application in eclipse by selecting Debug As/Blackberry Simulator the simulator is never launched. The taskbar at the bottom says 'Launching DebugServer: (19%)'. It never gets past 19%. When I select Run As/Blackberry Simulator it works as expected. Any ideas?

1

There are 1 best solutions below

3
VonC On BEST ANSWER

The general cause for a hang during debug startup is a problem with some port which is taken at the time of the debug session.

Can you try to close as many application/service as possible? (like, for instance, a VNC server which could use the same TCP port than a debug session)
Then check if you still have this issue.