Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 13999 invoked from network); 20 Apr 2007 11:17:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2007 11:17:47 -0000 Received: (qmail 32129 invoked by uid 500); 20 Apr 2007 11:17:46 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 32106 invoked by uid 500); 20 Apr 2007 11:17:46 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 32031 invoked by uid 99); 20 Apr 2007 11:17:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2007 04:17:45 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of t.p.ellison@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2007 04:17:38 -0700 Received: by ug-out-1314.google.com with SMTP id z36so701490uge for ; Fri, 20 Apr 2007 04:17:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=kNpAyl5rVY4u4mx+7NQS68KyjxVzeb3qpG5REuxV0wg2LQD0+NCBOUPRvOic9qJQ3/uL2DBhwpmxj12uMfndNESJgy1Ti6ttIK26ihukSntMZz0fvU78uO5dvLvZnSi3wVXL4CzZQy1dExCiTZeUiaxAZBDtQoDxNUyj61BKAiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=EOi4MUxRGw7UJpYa7NOtC/xKcxN7Zt8JdFG3svz++UWQqTutjgqPGIbkbXs29T+JCZY6IfLuEqWE8vEQfcvNdrr7yt9NSdhof0fLHt02hprAi31v6YvodGYtwmhS/ydnWYAiIRSWt2Nv3qcnwN7dBBOMwnH56OE0TTnut5T1u4A= Received: by 10.67.36.6 with SMTP id o6mr2748923ugj.1177067837217; Fri, 20 Apr 2007 04:17:17 -0700 (PDT) Received: from ?9.20.183.81? ( [195.212.29.67]) by mx.google.com with ESMTP id j2sm4260584ugf.2007.04.20.04.17.16; Fri, 20 Apr 2007 04:17:16 -0700 (PDT) Message-ID: <4628A13B.5020809@gmail.com> Date: Fri, 20 Apr 2007 12:17:15 +0100 From: Tim Ellison User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: Harmony+Eclipse and Scrapbook Pages References: <008201c78290$6c5108e0$6401a8c0@MARVIN> <46288FF7.3080503@gmail.com> <462896B0.7090407@gmail.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ivan Popov wrote: > 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. That is what I would expect. I didn't see the step event (STEP_END) being notified in the tracing I put in, but maybe I'm missing something. I'll keep playing. > 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. Ah, I see. I agree that this is unlikely the situation here, but it is worth opening a JIRA for that one. Regards, Tim