Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT trace debug

It works for me. Have you tried enabling more things? For example, if I put in .options:

org.eclipse.cdt.core/debug=true
org.eclipse.cdt.core/debug/parser=true

Then when I create a hello world project, I get:

...
Time to load bundles: 4
Starting application: 950
[1,452,656,678,896] Parse 1: 35ms
[1,452,656,678,946] Ambiguity resolution : 1ms
Application Started: 7791
[1,452,656,680,668] Parse 2: 86ms
[1,452,656,680,673] Ambiguity resolution : 1ms
[1,452,656,686,836] Parse 3: 832ms
[1,452,656,687,142] Ambiguity resolution : 306ms


Also, if you are on Windows, you can use eclipsec.exe so that it prints the output in the same command prompt.

BTW, I used the Eclipse for C/C++ Mars.1 package to test this.

Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Chonduy Nguyen [chonduy9@xxxxxxxxx]
Sent: Tuesday, 12 January 2016 8:19 PM
To: CDT General Developers List.
Subject: [cdt-dev] CDT trace debug

Hi

I want to do trace debug on cdt code. I have option files 

org.eclipse.cdt.core/debug=true


and  eclipse command with -debug option 

as I run command on the local location where the option file is 

> eclipse -debug  .options  -consolelog

I didnot see any log on the console when I do build on cdt packages

Do you have any idea or suggestion?

Thank you
CD



Back to the top