No, it does not hit the same breakpoint again. Actually, if we hit a breakpoint and then do step over, it will work as expected and application will be suspended on the step event.
The difference is when we try to step to a line where breakpoint is set. In this case application will be stopped on step event first. If we step once more, then application will be stopped on breakpoint event at the same line. And if we step again, application will be stopped on step event at the next line. This differs from other JRE, but I don't think it caused those problems with Scrapbook. Thanks. Ivan On 4/20/07, Tim Ellison <[EMAIL PROTECTED]> wrote:
Ivan Popov wrote: > There is difference between Harmony and other JREs in how they step > over line with breakpoint set. Harmony does not group breakpoint and > step events and thus one need to resume application twice at the same > line. I'm not sure if this is problem for this particular case, but > I'll look what happened there. You mean that if we hit a breakpoint, then step over, it hits the same breakpoint again? Regards, Tim
