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 - Run to Cursor support does not work for activities inside while, if ...
Summary: Run to Cursor support does not work for activities inside while, if ...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 17:06 UTC by Victoria Zhukovskaya
Modified: 2007-02-15 15:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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