Bug 385216 - Convert org.eclipse.cdt.make.core to Platform Debug Trace
Summary: Convert org.eclipse.cdt.make.core to Platform Debug Trace
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: Next   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 12:56 EDT by Jason Litton CLA
Modified: 2020-09-04 15:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Litton CLA 2012-07-16 12:56:31 EDT
Build Identifier: I20120531-1500

This is another package to be converted to dynamic debug tracing.

Reproducible: Always
Comment 1 Jason Litton CLA 2012-07-16 16:22:41 EDT
Submitted for gerrit review
https://git.eclipse.org/r/#/c/6806/
Comment 2 Andrew Gvozdev CLA 2012-07-16 20:40:54 EDT
Could you advise what advantages dynamic debug tracing would provide?
Comment 3 Jason Litton CLA 2012-07-17 10:44:39 EDT
The dynamic tracing option is provided by Platform as of Juno. If you want to turn tracing on, you don't have to launch a debug session of Eclipse anymore, you can launch a standard Eclipse, go to window->preferences->general->tracing and turn on debug options there. In that same preference page, you can select a file to save the debug trace to. This is much more helpful in debugging problems in the field, because we can tell users which debug options need to be turned on. They can do that, then send us a file. I've been doing this for all the other packages in CDT (see bugs 385085, 385067, 384872, 384862, 379169).