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 247074 - "NOT IMPLEMENTED: CustomizeBreakpointProcessor.refocus()" in terminal
Summary: "NOT IMPLEMENTED: CustomizeBreakpointProcessor.refocus()" in terminal
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-12 14:58 UTC by Vladimir Voskresensky
Modified: 2015-07-11 02:03 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 Vladimir Voskresensky 2014-09-12 14:58:24 UTC
@ Scenario:
@ - Launch IDE in Gnome Terminal
@ - Create any sample
@ - Push Step Into button
@ - Push Debug|New Breakpoint... menu item
@ - Select "Function" breakpoint type
@ - Add 'zzz' invalid name and press OK button
@ - Select new breakpoint in Breakpoints tab
@ - Call context menu and select Customize
@ - Type 'zzzzzz' in Function field
@ ==> I see expected "Debugger Error" window (dbx: "zzzzzz" is not defined as a
@ function or procedure in the scope `quote_1`quote.cc`main`), but IDE types
@ "NOT IMPLEMENTED: CustomizeBreakpointProcessor.refocus()" in Gnome Terminal
@ too.
Comment 1 Alexander Simon 2015-07-10 09:24:46 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/0c5e793502e1
Comment 2 Quality Engineering 2015-07-11 02:03:04 UTC
Integrated into 'main-silver', will be available in build *201507110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0c5e793502e1
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #247074 "NOT IMPLEMENTED: CustomizeBreakpointProcessor.refocus()" in terminal