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 214087 - [72cat] Inconsistent line breakpoint creation/validation
Summary: [72cat] Inconsistent line breakpoint creation/validation
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 07:13 UTC by Vojtech Sigler
Modified: 2012-06-13 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2012-06-13 07:13:19 UTC
There is a validation upon toggling line breakpoints from gutter, context menu and keyboard shortcut. However, this does not work when I try to enter the breakpoint through the "New Breakpoint" dialog.

To reproduce, follow the steps in test case 34 of Line Breakpoints suite from the test specification here: http://wiki.netbeans.org/TS_72_JPDAdbg_DebuggingAndBreakpoints

The step that says "Toggle line breakpoint on lines 24, 31, 37, 43, 46, 57, 64, 90, 248." cannot be done using "toggling", because there is always a message "A breakpoint cannot be set at this location." in the statusbar.

However, those breakpoints can be added using the "New breakpoint" dialog. I would expect this validation to occur in this case as well and show a popup window saying that the breakpoint cannot be added.

Also, the test specification should be modified accordingly.
Comment 1 Martin Entlicher 2012-06-13 09:14:08 UTC
P4 - nothing severe.