|
|
User login
Feeds |
kern-exec 3
|
|||||
| Mon, 2007-06-04 12:13 | |
|
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 |
|
Forum posts: 1271
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
For each line you should also be able to see values in relevant variables, to see if anything looks weird.