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

Summary: Ant debugger first execution breakpoint is not highlighted with green color
Product: debugger Reporter: michal.owsiak
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: screen shoot 1
screen shoot 2
screen shoot 3

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 ***