Skip to main content
GameDev.net gamedev.net
🔒 Locked

debug current instruction pointer

Started by gbadebo Jan 25, 2013 at 4:43 PM 1 replies 5.2k views
Original Post
gbadebo
gbadebo

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

rip-off
rip-off

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

gbadebo
gbadebo

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?

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.