This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95443

Summary: Run to Cursor support does not work for activities inside while, if ...
Product: soa Reporter: Victoria Zhukovskaya <victoriaz>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: VERIFIED FIXED    
Severity: blocker CC: mikk
Priority: P2    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Victoria Zhukovskaya 2007-02-13 17:06:20 UTC
JDK 1.6 + NB 5.5.1 (daily build 200702120600)+ gavotte-070212_24



Run to Cursor support does not work for activities inside while, if ...

for example -
1. add to synch project

<bpws:if name="If1">
            <bpws:condition>true()</bpws:condition>
            <bpws:assign name="Assign2">
                <bpws:copy>
                    <bpws:from variable="inputVar"/>
                    <bpws:to variable="outputVar"/>
                </bpws:copy>
            </bpws:assign>
</bpws:if>
2. set Brekpoint on start element
3. run test
4. set focus on assign2
5. press Run to Cursor

Debug session break to the end
Comment 1 Alexander Zgursky 2007-02-14 10:53:05 UTC
Fixed.
Comment 2 Victoria Zhukovskaya 2007-02-15 15:52:51 UTC
ent pack 070214_2
test while, scope, sequence, if, flow