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 240873 - "foo" instead of foo in Breakpoints tab
Summary: "foo" instead of foo in Breakpoints tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 11:08 UTC by soldatov
Modified: 2014-02-12 02:40 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-01-23 11:08:28 UTC
Scenario:
- Create InputOutput project
- Press Step Into
- Push Debug|New Breakpoint... menu item
- Select "Function" breakpoint type
- Type go in text field
- Press OK
- Check Breakpoints tab
===> "go" instead of go
- Call context menu on breakpoint and select Customize
- Press OK
===> "Debugger error" window appears
Problem parsing arguments: break-insert -f \"\"go\"\"
Comment 1 henk89 2014-02-11 13:50:31 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/1f26ac6505a6
Comment 2 Quality Engineering 2014-02-12 02:40:55 UTC
Integrated into 'main-silver', will be available in build *201402120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1f26ac6505a6
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #240873 - "foo" instead of foo in Breakpoints tab