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 - 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 INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 16:04 UTC by Andrew Krasny
Modified: 2015-07-09 14:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216775


Attachments
stacktrace (3.13 KB, text/plain)
2015-04-15 16:04 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
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.