How to automate BlackBerry debugging with Eclipse?
Posted
by pajton
on Stack Overflow
See other posts from Stack Overflow
or by pajton
Published on 2010-04-14T14:15:30Z
Indexed on
2010/04/15
6:33 UTC
Read the original article
Hit count: 393
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?
© Stack Overflow or respective owner