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 251862

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.hasBreakpointJobAt
Product: cnd Reporter: Andrew Krasny <akrasny>
Component: DebuggerAssignee: henk89
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216775
Attachments: stacktrace

Description Andrew Krasny 2015-04-15 16:04:36 UTC
Build: NetBeans IDE Dev (Build 20150402-422f58d14079)
VM: OpenJDK 64-Bit Server VM, 25.20-b23, OpenJDK Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
akrasny: removed old breakpoints, then tried to created a new one.




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:256)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction.actionPerformed(DebuggerAction.java:104)
Comment 1 Andrew Krasny 2015-04-15 16:04:37 UTC
Created attachment 153217 [details]
stacktrace
Comment 2 henk89 2015-04-27 13:49:12 UTC
I'm unable to reproduce the issue on Solaris and OS X.
Is it still reproducible on your Machine?
Comment 3 henk89 2015-07-09 14:11:23 UTC
Unable to reproduce.