10-11-2012 12:45 PM
Sorry if this is a silly question.... but how do I show debug messages to console?
I am quite confused about how I can accomplish this... thanks ![]()
10-11-2012 12:51 PM
a simple printf will work
10-11-2012 12:57 PM - edited 10-11-2012 01:06 PM
.
10-11-2012 01:24 PM
qDebug() << "your message";
slog2info -w |grep qt-msg (filer the message)
10-12-2012 05:49 AM
HI,
Follow the below link this will help u.
https://developer.blackberry.com/cascades/document
Regards,
Naresh Kodumuri.
10-12-2012 08:38 AM
Hi,
Check this link.. This is a great solution...
10-12-2012 10:01 AM
The workaround from the link below works like a charm for me.
I have been told that this is only a temporary problem which will be fixed in the next release of the SDK.
10-12-2012 10:06 AM