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 258693 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.hasBreakpointJobAt
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.br...
Status: RESOLVED DUPLICATE of bug 258362
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-06 17:41 UTC by petrk
Modified: 2016-06-07 14:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223366


Attachments
stacktrace (3.19 KB, text/plain)
2016-04-06 17:41 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2016-04-06 17:41:54 UTC
This bug was originally marked as duplicate of bug 251862, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20160330-3e5d6bd1ef93)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
petrk: Placed breakpoint just after a program finished




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.hasBreakpointJobAt(BreakpointManager.java:354)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ToggleBreakpointActionProvider.doAction(ToggleBreakpointActionProvider.java:176)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.NativeActionsProvider.postAction(NativeActionsProvider.java:78)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ToggleBreakpointActionProvider.postAction(ToggleBreakpointActionProvider.java:87)
   at org.netbeans.api.debugger.ActionsManager.postAction(ActionsManager.java:257)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction.actionPerformed(DebuggerAction.java:104)
Comment 1 petrk 2016-04-06 17:41:56 UTC
Created attachment 159137 [details]
stacktrace
Comment 2 henk89 2016-06-07 14:03:08 UTC

*** This bug has been marked as a duplicate of bug 258362 ***