processType for C/C++ Local Application launch config [message #143211] |
Wed, 13 April 2005 10:44  |
Eclipse User |
|
|
|
Hi,
I'm attempting to make use of the org.eclipse.debug.ui.consoleLineTrackers
extension point to parse the output from running a 'C/C++ Local
Application'. I can get this to work for a Java app by using:
<extension
point="org.eclipse.debug.ui.consoleLineTrackers">
<consoleLineTracker
id="com.ipl.products.cantpp.eclipse.parsers.outputparser"
class="com.ipl.products.cantpp.eclipse.parsers.OutputParser "
processType="java">
</consoleLineTracker>
</extension>
Unfortunately CDT doesn't appear to set ATTR_PROCESS_TYPE when it creates
a process so I'm not able to specify an appropriate processType.
Can someone confirm if I'm correct, or tell me what the correct
processType would be?
Cheers,
Richard
|
|
|
|
Re: processType for C/C++ Local Application launch config [message #143264 is a reply to message #143221] |
Thu, 14 April 2005 05:10  |
Eclipse User |
|
|
|
Thanks for your help.
I've now raised an enhancement request as you suggested.
Cheers,
Richard
Mikhail Khodjaiants wrote:
> You're right the CDT doesn't set ATTR_PROCESS_TYPE. Please, submit an
> enhancement request to the cdt-launch component.
> "Richard Miskin" <richard.miskin@ipl.com> wrote in message
> news:f5341d7981001eadd83b1f360e433c40$1@www.eclipse.org...
>> Hi,
>>
>> I'm attempting to make use of the org.eclipse.debug.ui.consoleLineTrackers
>> extension point to parse the output from running a 'C/C++ Local
>> Application'. I can get this to work for a Java app by using:
>> <extension
>> point="org.eclipse.debug.ui.consoleLineTrackers">
>> <consoleLineTracker
>> id="com.ipl.products.cantpp.eclipse.parsers.outputparser"
>> class="com.ipl.products.cantpp.eclipse.parsers.OutputParser "
>> processType="java">
>> </consoleLineTracker>
>> </extension>
>>
>> Unfortunately CDT doesn't appear to set ATTR_PROCESS_TYPE when it creates
>> a process so I'm not able to specify an appropriate processType.
>>
>> Can someone confirm if I'm correct, or tell me what the correct
>> processType would be?
>>
>> Cheers,
>> Richard
>>
|
|
|
Powered by
FUDForum. Page generated in 0.03980 seconds