no9
no9

Reputation: 6544

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 title, the app shows the title correctly. Does any1 have similar problem?

Im debugging the app on wireless toolkit emulator

Upvotes: 0

Views: 83

Answers (1)

Kevin D
Kevin D

Reputation: 3594

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.

Upvotes: 1

Related Questions