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 130252 - [69cat] Multiple Breakpoints with one click
Summary: [69cat] Multiple Breakpoints with one click
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-16 21:27 UTC by franci
Modified: 2010-03-30 18:30 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 franci 2008-03-16 21:27:10 UTC
Sometimes while debugging, it's so useful adding breakpoints to all functions in a class, but with netbeans it's painful. 

It would be wonderful an option to add a breakpoint to every function in a class and to every line of code in a function
or in the whole class.
Comment 1 Petr Cyhelsky 2008-04-16 16:20:00 UTC
It is possible to add breakpoint to every method in the class - just invoke new breakpoint - as type choose method and
after choosing the class check "all methods for given class" checkbox.
Comment 2 franci 2008-04-16 19:22:49 UTC
oh, great option, thanks.

but, I can't disable the breakpoint in some of those functions. There is any hidden option for that?

maybe it would be useful an option to convert one of this kind of breakpoints to multiple line breakpoints, so some of
them could be disabled.