Windows – BlackBerry debug output

BlackBerry debug output… here is a solution to the problem.

BlackBerry debug output

When the BlackBerry is connected via USB and in Debug mode, the call to System.out.println() is visible in the log.

But is there any way to access “stdout” from a program that is not in debug mode? Maybe attach some command line programs?

Solution

I solved this problem by creating a network logging feature.

Related Problems and Solutions