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

Summary: Function breakpoints must be more clear
Product: cnd Reporter: avp <avp>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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...