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 270794 - AssertionError at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.postDelete
Summary: AssertionError at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoi...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-03 04:47 UTC by Exceptions Reporter
Modified: 2017-06-03 04:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229360


Attachments
stacktrace (3.39 KB, text/plain)
2017-06-03 04:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-06-03 04:47:13 UTC
Build: NetBeans IDE Dev (Build 201706020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: breakpoint




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.postDelete(NativeBreakpoint.java:1674)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.dispose(NativeBreakpoint.java:353)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ToggleBreakpointActionProvider.doAction(ToggleBreakpointActionProvider.java:171)
   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.spi.debugger.ActionsProvider$ContextAware.postAction(ActionsProvider.java:264)
Comment 1 Exceptions Reporter 2017-06-03 04:47:15 UTC
Created attachment 164457 [details]
stacktrace