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 150043 - Function breakpoints must be more clear
Summary: Function breakpoints must be more clear
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 10:30 UTC by avp
Modified: 2016-07-06 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description avp 2008-10-14 10:30:57 UTC
When user create new function bp (if he|she is newbie) dialog must help him with how write function name (with or
whiteout return type, with/without params type ... )
Comment 1 _ gordonp 2008-10-14 12:30:12 UTC
From original email...
> QString ClassA::Send(QString &)
> ...
> I tried
> bp with
> 1. Send()
> 2. Send(QString &)
> 3. QString ClassA::Send(QString &)
> 4. ClassA::Send(QString &)
> But without success :( 

From later email:
> SOLVED
> 
> I must create function name
> 
> Class::Send
> 
> without return type, params, and "()"
Comment 2 Leonid Lenyashin 2010-04-12 11:44:54 UTC
Sounds very logical...