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 191537 - Customizing breakpoint breaks debug session
Summary: Customizing breakpoint breaks debug session
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 19:04 UTC by Alexander Pepin
Modified: 2010-11-03 03:57 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 Alexander Pepin 2010-11-01 19:04:22 UTC
Steps to reproduce:
- create Welcome sample
- set BP in line 40
- do step into
- open Breakpoints window
- right-click on BP in Breakpoints table and call Customize
- enter something e.g. "xxx" in "While in" field
- try to press "OK" (it does not work!!!)
- press "Cancel"
- do step over
Result: Nothing happens, debug session is broken, Finish does not work, Debugger console complains that "While in option not supported by gdb".
Comment 1 Egor Ushakov 2010-11-02 14:20:32 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/ac82d50bb02f
now we do not fail, just ignore unsupported settings.
Comment 2 Quality Engineering 2010-11-03 03:57:59 UTC
Integrated into 'main-golden', will be available in build *201011030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ac82d50bb02f
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #191537 (Customizing breakpoint breaks debug session)