How to automate BlackBerry debugging with Eclipse?
- by pajton
I am developing application for BlackBerry 8900 and I am using features that force me to test/debug it on the real device. I am looking for a convenient way to be able to automate build-deploy-lanuch process.
The process is:
Package application & sign it
Load it on the device
Start debugging session in Eclipse
With the newest version of BlackBerry plugin for Eclipse, step 1. is almost painless, but I would like to get rid of dialogs that I am missing some debug files. Step 2. and step 3. must be performed manually. Ideally I would like to turn it all into one script, Eclipse macro, whatever....
Has anyone tried something like this with any success?