On Nov 25, 8:15 pm, Brad Gies <[email protected]> wrote:
> Eclipse has a very limited amount of breakpoints allowed. If you're over
> the limit, some of them are disabled.

The Dalvik VM has a limit of 20, so what you're seeing is probably the
VM's fault rather than Eclipse's.  Should be complaints in the
"logcat" output if this is the case ("max breakpoints exceeded").

A fix for this will be available in a future release (it'll mark pages
read/write and insert breakpoint instructions, which also allows
things to run faster).

You have to work at it a bit to get that many breakpoints, so I
figured it wasn't the likely cause of the OP's issue.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to