EclipseME - Breakpoints problem
In EclipseME project i have problems with breakpoints that never get hit. I have set a breakpoint on setTitle that never gets hit. If i change the t开发者_如何学Pythonitle, the app shows the title correctly. Does any1 have similar problem?
Im debugging the app on wireless toolkit emulator
Potentially insulting answer, but are you actually running it in debug mode?
In the interests of full disclosure, I ask this because I've done it myself in the past.
精彩评论