Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Fwd: [dsdp-dd-dev] Where have the DSF trace flags gone?]

Traces are printed with System.out, so they would end up in the console where you started eclipse from.
Cheers,
Pawel

Marc Khouzam wrote:
If I understand correctly, this technique allows to see the DSF traces when doing a DSF debug session
straight in the eclipse I started.
Where would these traces be seen?
 
Thank
 
-----Original Message-----
From: dsdp-dd-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx]On Behalf Of Pawel Piech
Sent: Tuesday, May 06, 2008 4:15 PM
To: Device Debugging developer discussions
Subject: [Fwd: [dsdp-dd-dev] Where have the DSF trace flags gone?]

I'm able to enable tracing.  To do it from the command line you need to use the -debug option, as in:
eclipse -debug /home/pawel/tmp.debug.options
where the options file contaisn the trasing flags.  To enable MI tracing the file should have:
com.windriver.ide.debug/debug = true

  
Cheers,
Pawel


-------- Original Message --------
Subject: [dsdp-dd-dev] Where have the DSF trace flags gone?
Date: Tue, 6 May 2008 15:34:03 -0400
From: Francois Chouinard <fchouinard@xxxxxxxxx>
Reply-To: Device Debugging developer discussions <dsdp-dd-dev@xxxxxxxxxxx>
To: Device Debugging developer discussions <dsdp-dd-dev@xxxxxxxxxxx>


Hi,

I'm running the manual tests for M7 and everything is OK (so far...).

However, I can't activate the DSF MI traces: they are not even shown in the list of available traces.

Did I miss an e-mail or just messed up my configuration?

/fc


_______________________________________________ dsdp-dd-dev mailing list dsdp-dd-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev


Back to the top