Blackberry on Eclipse - The simulator does not start

When I try to debug a Blackberry application in eclipse by selecting Debug As / Blackberry Simulator, the simulator never starts. The taskbar at the bottom says "Starting DebugServer: (19%)." This never exceeds 19%. When I select Run As / Blackberry Simulator, it works as expected. Any ideas?

+4
source share
1 answer

A common cause of a hang when starting debugging is a problem with some port that runs during a debugging session.

Can you try to shut down as many applications / services as possible? (for example, for example, a VNC server that can use the same TCP port than a debugging session)
Then check if you have this problem.

+4
source

All Articles