[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[Cdt-launch-inbox] [Bug 91374] New: CDT launch should set ATTR_PROCESS_TYPE
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=91374
Summary: CDT launch should set ATTR_PROCESS_TYPE
Product: CDT
Version: 2.1.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: enhancement
Priority: P3
Component: cdt-launch
AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
ReportedBy: richard.miskin@xxxxxxx
It isn't currently possible to use the org.eclipse.debug.ui.consoleLineTrackers
extension point with CDT as the CDT launch plugin doesn't set ATTR_PROCESS_TYPE.
JDT sets ATTR_PROCESS_TYPE to "java" so maybe CDT should set it to "C/C++". Then
an extension like this could be specified:
<extension
point="org.eclipse.debug.ui.consoleLineTrackers">
<consoleLineTracker
id="com.ipl.outputparser"
class="com.ipl.OutputParser"
processType="C/C++">
</consoleLineTracker>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.