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 206738 - Debugger stops on breakpoints while evaluating a tooltip
Summary: Debugger stops on breakpoints while evaluating a tooltip
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-27 13:21 UTC by Egor Ushakov
Modified: 2012-02-17 09:47 UTC (History)
2 users (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 Egor Ushakov 2011-12-27 13:21:44 UTC
step to reproduce:
- set a breakpoint in foo
- select foo() and evaluate it in a tooltip
Nothing appears but in debugger console I see error:
&"The program being debugged stopped while in a function called from GDB.\n"
&"When the function (foo()) is done executing, GDB will silently\n"
&"stop (instead of continuing to evaluate the expression containing\n"
&"the function call).\n"

And on the next step it really jumps to the end of foo body.
Comment 1 Egor Ushakov 2011-12-27 14:05:59 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/b12deb63c459
Comment 2 Alexander Pepin 2011-12-27 14:53:23 UTC
A corresponding test should be added to gdb test suite.
Comment 3 Quality Engineering 2011-12-28 15:46:27 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b12deb63c459
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #206738 (Debugger stops on breakpoints while evaluating a tooltip)
Comment 4 soldatov 2012-01-12 14:57:29 UTC
verified in NetBeans IDE Dev (Build 201201110601)
Comment 5 Egor Ushakov 2012-01-17 09:37:55 UTC
integrated into release71_fixes:
http://hg.netbeans.org/releases/rev/2128e6a136bf
Comment 6 soldatov 2012-02-17 08:58:30 UTC
verified in NetBeans IDE 7.1 (Build 201112071828)
Comment 7 soldatov 2012-02-17 09:47:54 UTC
Verified in NetBeans 7.1 with updates from 201202141941