3

I m working on Blackberry development when i click debug in the JDE my simulator takes long time to load the program and my desktop configuration are current configuration with 3GHZ processor and 4GB ram . I don't know why this happening ?

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Kumar
  • 5,469
  • 20
  • 64
  • 87
  • 1
    How long is a long time? Each time you start a simulator session the simulator simulates booting the device OS from a cold start. This does take time. – Richard Aug 04 '09 at 13:06
  • Actually after i run clean.bat in the simulator folder.It's takes long time to make a first boot.I knew that normally while making first boot it takes bit long time but in my system it takes nearly more than half on hour. – Kumar Aug 05 '09 at 06:26
  • 1
    So far, I haven't found a way to speed up the debugger either. It's very irksome. It takes a good 2-5 minutes to attach for me. – Jesse Dorsey Aug 07 '09 at 13:47

1 Answers1

3

From the official BlackBerry Developer Blog, here is a new post on setting up the simulator to boot as fast as possible.

How-to Set up a Lightning Fast BlackBerry Smartphone Simulator

It's not an exact solution to this question as it doesn't specifically speed up the attaching of the debugger, but it should help with simulator startup time.

Fostah
  • 11,398
  • 10
  • 46
  • 55