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

Debug problem in Symbian c++

1 replies · 1,449 views · Started 19 May 2004

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?

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