I have tried running basic applications on the emulator, but I am getting similar kind of error. I am getting "user breakpoint called from code at 0x6001dc16" error.
Does anybody know what needs to be done?
Debug problem in Symbian c++
ItsMe wrote:I have tried running basic applications on the emulator, but I am getting similar kind of error. I am getting "user breakpoint called from code at 0x6001dc16" error.
Does anybody know what needs to be done?
It sounds like you have a memory leak. Check that anything you've put on the heap is later deleted.
..Ant