Using RDebug::print
| Mon, 2005-06-20 14:30 | |
|
|
Hi, How to use RDebug::print(); i used RDebug::print(_L("error occured")); but nothing happens in the emulator? no compilation errors...but no output.. has anyone used this if so please help me regards Sajuat "I dont know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." |






Forum posts: 183
Regards,
Isseyp
Forum posts: 1886
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 59
Forum posts: 57
i am using VC++ for series 60 development.
i used RDebug::print(_L("error occured")); but nothing happens in the emulator? so where it prints?
hoping a help
sajuat
"I dont know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones."
.... Albert Einstein
Forum posts: 94
As mentioned by Shabini, the messages are printed in output windows of the IDE. They are not printed on Emulator. If I am not wrong, you could also check the file epocwind.out also contains these debug messages.
====
Vivek
Vivek Chopra
Forum posts: 239
Why don;t u use User::PrintInfo instead
User::PrintInfo(_L("error occurred"));
it will be printed atthe top of the emulator.......
hope this will help u....
---------------
Bhatt Kavita
Forum posts: 94
But I am not looking for a solution here
Thanks for highlighting, Sajuat can use this info and directly see the messages printed on emulator itself. Hope this helps him/her.
====
Vivek
Vivek Chopra
Forum posts: 57
Thanks all for yor great replies and i got my problem solved...
regards sajuat
"I dont know with what weapons World War III will be fought, but World War IV will be fought with sticks and stones."
.... Albert Einstein