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 193738 - Ant debugger first execution breakpoint is not highlighted with green color
Summary: Ant debugger first execution breakpoint is not highlighted with green color
Status: RESOLVED DUPLICATE of bug 192627
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 15:02 UTC by michal.owsiak
Modified: 2010-12-28 19:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shoot 1 (195.07 KB, image/png)
2010-12-22 15:02 UTC, michal.owsiak
Details
screen shoot 2 (195.03 KB, image/png)
2010-12-22 15:03 UTC, michal.owsiak
Details
screen shoot 3 (195.67 KB, image/png)
2010-12-22 20:38 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2010-12-22 15:02:47 UTC
Created attachment 104398 [details]
screen shoot 1

Use-case:

In order to reproduce use:

http://wiki.netbeans.org/TS_68_Debugger_Sanity#Test_suite:_Operations_.28Ant.29

"1. Start debugging
Select node build.xml and invoke from its contex menu Debug Target | run
EXPECTED RESULT: Debugger stops on line 35 of build.xml opened in editor. Variables, Watches and Call Stack debugger views are opened. Output contains two tabs: anagram (run) and build.xml
Teardown: Finish debugging session"

1. Debugger stops on line 35, however, breakpoint is not indicated with green bar (see screen shoot 1)
2. Press "Step Over" action
3. Debugger stops on line 36, line is marked with green (screen shoot 2)
4. Stop debugger session (Debug -> Finish debugging)
5. Start debugging ant task again (just like in test case)
6. Debugger stops on line 35 - this time, line is correctly marked with green bar (screen shoot 3)
Comment 1 michal.owsiak 2010-12-22 15:03:07 UTC
Created attachment 104399 [details]
screen shoot 2
Comment 2 michal.owsiak 2010-12-22 20:38:08 UTC
Created attachment 104409 [details]
screen shoot 3
Comment 3 Martin Entlicher 2010-12-22 22:57:10 UTC
This might be a duplicate of issue #192627. I'll check the behavior...
Comment 4 Martin Entlicher 2010-12-28 19:37:16 UTC

*** This bug has been marked as a duplicate of bug 192627 ***