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 181255 - Selective step in does not work for c apps
Summary: Selective step in does not work for c apps
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-26 03:54 UTC by Egor Ushakov
Modified: 2010-03-12 04:28 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 Egor Ushakov 2010-02-26 03:54:10 UTC
Steps to reproduce:
- create arguments sample
- add a couple of global functions:
int foo1(int a) {
    return a;
}

int foo2(int a) {
    return a;
}

and a usage:
int c = foo2(foo1(1));

If step into is done in this line it will do step over.
Comment 1 Egor Ushakov 2010-02-26 03:54:40 UTC
we need to have a validation of temporary breakpoints created
Comment 2 Egor Ushakov 2010-03-11 08:25:59 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/fee2bd1dbb1c
Comment 3 Quality Engineering 2010-03-12 04:28:52 UTC
Integrated into 'main-golden', will be available in build *201003120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/fee2bd1dbb1c
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #181255 (Selective step in does not work for c apps)