Read-only archive of the All About Symbian forum (2001–2013) · About this archive

How to debug?

1 replies · 2,710 views · Started 20 March 2003

How can I debug my apps? I want to be able to use at least a printf-like kind of debugging... how can I do it?
Is it possible to debug decently with VC6? (I'm not using it, but if there's no other option I'll be forced to get it...)

Thanks!

If you are using the VC environment, then you can use the RDebug::Print call. It will output your message in the VC output window. This is similar to using OutputDebugString from a Win32 application.

Another option is to use the build in information type functions. For the 9210 this is iEikonEnv->InfoMsg, or User::InfoPrint. This will display your message for a second or two in the top right corner of the screen.