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 84460 - Be smarter about choosing default breakpoint type
Summary: Be smarter about choosing default breakpoint type
Status: CLOSED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-07 19:42 UTC by _ gordonp
Modified: 2009-06-25 10:59 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 _ gordonp 2006-09-07 19:42:00 UTC
Currently (after fix of IZ 84000) the default breakpoint type (when a C/C++/
Fortran file is being edited) is FunctionBreakpointType. It would be nice to
make both FBT and LineBreakpointType smarter such that FBT was the default iff
the mouse was inside a function and LBT anyother time (both cases assume the
current file is either C, C++, or Fortran).
Comment 1 _ gordonp 2007-09-07 20:23:03 UTC
willnotfix.