clicking the debug button in Eclipse will not start debug mode

Posted by iHorse on Stack Overflow See other posts from Stack Overflow or by iHorse
Published on 2011-01-12T01:50:17Z Indexed on 2011/01/12 1:53 UTC
Read the original article Hit count: 496

Filed under:
|
|

i am running Eclipse 3.5.0 on a MacBook Pro using the Android SDK. i noticed that on this particular project i am working on i cant seem to actually enter debug mode. i click the little green bug icon in the tool bar and the app starts and runs. but if i switch over to the Debug Perspective i see no indication that it is running in debug mode. furthermore i can not hit any brake points that i have set. this makes debugging code a bit hard. Other projects that i am working on don't have this issue. any ideas on what i need to change in the project to get this to work?

© Stack Overflow or respective owner

Related posts about android

Related posts about debugging