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 99354 - Program stops on a line without breakpoint
Summary: Program stops on a line without breakpoint
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 98425 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-29 10:00 UTC by ehucka
Modified: 2010-05-06 11:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test case (3.62 KB, text/plain)
2007-03-29 10:01 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-03-29 10:00:59 UTC
NetBeans IDE Dev (Build 200703281800)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.16-1.2122_FC5 running on i386

Steps:
Use the attached JApplet

1. place line breakpoint on lines 84, 96 - updating of ui after pressing of buttons
2. start debugging of the applet - Debug File from Projects view
3. press Increase button a few times
4. after each breakpoint hit invoke step over until the current pc annotation
goes out of 'run' method
5. press Decrease button a few times and do step 4

Result: debugger sometimes stops on lines 53 or 62 - actionPerformed method
Comment 1 ehucka 2007-03-29 10:01:41 UTC
Created attachment 40128 [details]
test case
Comment 2 Martin Entlicher 2007-03-29 17:11:33 UTC
This is very similar to issue #54485. Just instead of step out there is step over.

The same conclusion applies here - problematic to fix because of the current API
design.
Comment 3 Martin Entlicher 2007-05-09 19:18:04 UTC
*** Issue 98425 has been marked as a duplicate of this issue. ***
Comment 4 Roman Ondruska 2008-03-27 21:17:37 UTC
Seems to be really intermittent, did not happen to me with the current build. Feel free to mark as P3 if there are
repro-steps corresponding to meaningful debugging use-case.
Comment 5 Quality Engineering 2009-12-21 05:46:21 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team
Comment 6 Marian Mirilovic 2010-05-06 11:48:01 UTC
v/c