kern-exec 3

Login to reply to this topic.
Mon, 2007-06-04 12:13
Joined: 2007-05-30
Forum posts: 6
i know it is not proper to ask like this,
but i don't know how to find the error lies,
when i run the program in my emulator,it show a note that kern-exec 3 .how can i debug this error out?
can anybody help me ?

and ,i woule very appricated if your guys give me some toturials around it/
thanks you in advance

Mon, 2007-06-04 13:19
Joined: 2004-11-29
Forum posts: 1271
Re: kern-exec 3
If you start the emulator in debug mode, from withing your IDE (which one do you use? carbide?)

Then you start the debugger and should be able to put break points by clicking on some line in your code close to where you suspect the problem is, and then use a key to step through each line of code until you find it.

You should be able to put them there even before you start your app (if it crashes at once), or the debugger sucks Smiley

For each line you should also be able to see values in relevant variables, to see if anything looks weird.

  • Login to reply to this topic.