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 - Cannot set Java breakpoints after debugging C/C++
Summary: Cannot set Java breakpoints after debugging C/C++
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 02:30 UTC by _ gordonp
Modified: 2006-08-11 00:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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