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 269133

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbHandlerExpert.appendCommandStart
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227323
Attachments: stacktrace

Description Exceptions Reporter 2016-11-27 04:54:21 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Linux

User Comments:
GUEST: Trying to debug an vector of objects in C++




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.GdbHandlerExpert.appendCommandStart(GdbHandlerExpert.java:162)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbHandlerExpert.commandFormNew(GdbHandlerExpert.java:247)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.spreadBreakpointCreation(BreakpointManager.java:1214)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.spreadBreakpointCreation(BreakpointManager.java:1248)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.noteNewHandler(BreakpointManager.java:903)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.newHandler(GdbDebuggerImpl.java:5020)
Comment 1 Exceptions Reporter 2016-11-27 04:54:23 UTC
Created attachment 163039 [details]
stacktrace