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 249230 - 'next' command in "Debugger Console" tab doesn't update editor
Summary: 'next' command in "Debugger Console" tab doesn't update editor
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
: 248974 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-09 12:32 UTC by soldatov
Modified: 2014-12-19 04:35 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 soldatov 2014-12-09 12:32:14 UTC
Scenario:
- Some remote host should be added (SFTP, GDB)
- Create C/C++ project (SFTP mode)
- Add such code into editor:
int main(int argc, char** argv) {
    int i = 0;
    i++;
    i++;
    i++;
    return 0;
}
- Load project to debugger (Restart IDE if you have issue 249224 too)
- Open "Debugger Console" tab
- Type next and press ENTER
==> No changes in editor (old Current Position)
Comment 1 soldatov 2014-12-09 13:40:09 UTC
Same problem if I use "Debugger Console" tab.
I haven't any problems if I use GDB 7.6.

*** This bug has been marked as a duplicate of bug 248970 ***
Comment 2 soldatov 2014-12-09 14:42:52 UTC
Users expects some feedback from IDE in order to understand and fix problem.
Comment 3 henk89 2014-12-18 12:31:03 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/5773a5cdd88e
Comment 4 henk89 2014-12-18 14:58:46 UTC
*** Bug 248974 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2014-12-19 04:35:45 UTC
Integrated into 'main-silver', will be available in build *201412190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5773a5cdd88e
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #249230 - 'next' command in "Debugger Console" tab doesn't update editor