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 181305 - [69cat] Debugger Step Over fails
Summary: [69cat] Debugger Step Over fails
Status: VERIFIED DUPLICATE of bug 184612
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-27 07:15 UTC by ulfzibis
Modified: 2010-05-18 13:33 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 ulfzibis 2010-02-27 07:15:39 UTC
- Use configuration from Bug 181303
- Disable CoS
- Debug file:
src/java/lang/String.java
- Hit "Continue"
- Hit "Step Over"
  -> debugger advances to next breakpoint instead of next line
Comment 1 Petr Jiricka 2010-03-10 05:47:17 UTC
Step over also fails for me for NetBeans module projects.
Comment 2 Martin Entlicher 2010-03-18 15:17:15 UTC
This is caused by stepping filter. In Tools -> Options -> Miscellaneous -> Java Debugger -> Step Filters we have a filter on java.lang.String by default. If you uncheck that, step starts to work.

Reducing to P3 and leaving open - we should probably ignore the stepping filter if we start from a position that would be filtered.
Comment 3 Tomas Pavek 2010-04-22 08:39:15 UTC
See also bug 184612.
Comment 4 Daniel Prusa 2010-04-27 10:14:24 UTC
I think, we can merge this report with issue 184612, both cases are related to stepping filters.

*** This bug has been marked as a duplicate of bug 184612 ***
Comment 5 Marian Mirilovic 2010-05-18 13:33:21 UTC
verified duplicate