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 58732 - Debugger cannot step over depndent targets when divided by space
Summary: Debugger cannot step over depndent targets when divided by space
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-10 12:36 UTC by _ lcincura
Modified: 2006-03-24 13:16 UTC (History)
0 users

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 _ lcincura 2005-05-10 12:36:10 UTC
Ant debugger cannot step over dependent targets, when tagrets are divided bu
comma  followed by space.
Example:
<target name="a" depends="b,c,d"/> - debugger steps over targets b, c and d
<target name="a" depends="b, c, d"/> - debugger steps over all targets at once
Comment 1 Martin Entlicher 2005-10-31 16:34:01 UTC
Fixed as a part of fix of issue #58583. trim() added.
Comment 2 _ lcincura 2005-12-20 13:47:25 UTC
Verified in 200512181900