Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 452133 - Add org.eclipse.jdt.core.manipulation plugin to General > Tracing preference page
Summary: Add org.eclipse.jdt.core.manipulation plugin to General > Tracing preference ...
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 452129
  Show dependency tree
 
Reported: 2014-11-18 10:30 EST by Szymon Ptaszkiewicz CLA
Modified: 2014-11-19 06:07 EST (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 Szymon Ptaszkiewicz CLA 2014-11-18 10:30:14 EST
If a plugin provides .options file, it is possible to enable tracing for this plugin via General > Tracing preference page. This bug covers adding the org.eclipse.jdt.core.manipulation plugin to this preference page to make it easier to debug problems in runtime without restarting Eclipse.
Comment 1 Szymon Ptaszkiewicz CLA 2014-11-19 06:07:11 EST
During investigation it turned out the debug flag defined in the .options file is not used anywhere in this bundle nor is the isDebugging method used anywhere. It means that there in no point in adding this option to the preference page because changing its value will not have any effect on the behavior of the bundle.

Marking the bug WONTFIX until there is a reason to do it, i.e. debug options are used in code.