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 204527 - Inconsistant breakpoint creation behaviour
Summary: Inconsistant breakpoint creation behaviour
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 15:58 UTC by tim_sa
Modified: 2011-11-01 15:58 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 tim_sa 2011-11-01 15:58:47 UTC
[ BUILD # : 201110300600 ]
[ JDK VERSION : 1.6.27 ]

The Breakpoints Window (ALT+SHIFT+5) allows the creation of invalid breakpoints
- eg you can create a breakpoint on an empty line.

Using the editor gutter or the keyboard shortcut (CTRL+SHIFT+F8) stops the user
creating an invalid breakpoint and shows an info message in the bottom left of
the screen.

The Breakpoints created from the Breakpoints window should have the same
constraints placed on their creation as the gutter or shorctut created
breakpoints have