I'm looking for the fastest, most efficient way to debug my java application for BlackBerry.
I noticed that it takes forever just to attach the debugger to the device, using a Torch 9800 in my case. Do I have to attach it every single time I make a change to my code, or is there a better way?
I also noticed that in the console, the device seems to be printing a LOT of stuff I don't really care about. Sifting through all this can really be a pain. Is there a way to see only stuff relevant to my application in the console, specifically only things I myself print to it?