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 81993

Summary: Cannot set Java breakpoints after debugging C/C++
Product: cnd Reporter: _ gordonp <gordonp>
Component: -- Other --Assignee: _ gordonp <gordonp>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ gordonp 2006-08-05 02:30:17 UTC
If I debug both Java and C/C++, once I've started the C/C++ debugger I can
no longer set toggle breakpoints in Java files.

Note that there are other problems intermixing Java and C/C++. I'm making
this a P3 because this is only one of many and won't resolve the real issue
of being able to debug both languages at once (althouth it does improve
the situation, slightly).
Comment 1 _ gordonp 2006-08-11 00:44:49 UTC
Added call to GdbEngineProvider.getDestructor().killEngine() in
GdbDebuggerImpl.finish(). That properly kills the engine and the
session terminates properly.