debug current instruction pointer

Started by
1 comment, last by gbadebo 11 years, 2 months ago

hello, (PROBLEM IS NOW SOLVED, MY ECLIPSE IDE WAS MALFUNCTIONING BUT SORTED NOW BY RE-CONFIGURING)

I set break points.

click debug

then its jumps to a line I never specified (debug current instruction pointer). Fine maybe its trying to tell me something useful here... but it never does and it doesn't allow me to get anything useful as it is stuck there and when i press resume ... it sticks to the same line. Sometimes when i exit eclipse and start again it temporarily dissapears but only for a nanosecond When i really really force it , sometimes a "class file editor" pops up saying "source not found", the rest - i cannot make a any sense of many thanks all help appreciated

Advertisement

What language are you talking about? Have you considered that the program may have crashed on the line the debugger is highlighting?

sorry i missed that out. JAVA - Android development

Have you considered that the program may have crashed on the line the debugger is highlighting?


Maybe, but there no way (that i could see) to extract a crash-info (array out of bounds, out of memory...)
any help pls?

This topic is closed to new replies.

Advertisement