I am a novice Symbian Developer. Just how do you debug these applications in the Emulator?
Can I step through? Can I make it give me Error Messages instead of just quitting?
I am a novice Symbian Developer. Just how do you debug these applications in the Emulator?
Can I step through? Can I make it give me Error Messages instead of just quitting?
http://wiki.forum.nokia.com/index.ph..._Symbian_OS%3F
Read it thoroughly. Point 8b) will help you getting started with Carbide.c++
Also asking in the right place will enhance your chances of getting help: http://discussion.forum.nokia.com/fo...isplay.php?f=6
Nokia Developer Wiki Moderation team
Error messages: http://wiki.forum.nokia.com/index.ph...ded_panic_code
You can even enable Just In Time debugging in the preferences of the emulator, then the debugger will stop your code when the error occurs. If you get an error message about ECMT manager, search for that (ecmt) in the Wiki, and fix the Java configuration.
You can also find this article useful: http://wiki.forum.nokia.com/index.ph...arbide.c%2B%2B
Otherwise debugging happens via starting the application/the emulator with the debugger. You can scatter breakpoints via double-clicking/right clicking in the "checkerboard-grey" area on the left side of the editor window.