Community
Participate
Working Groups
I20100928-0800 Open a PDE launch configuration and navigate to the tracing tab, and notice the dirty button becomes enabled. Clicking the revert button does not do anything - and leaves the button enabled. In my test case I have tracing enabled for one bundle.
Confirmed
Can you help me with more info? I am using I20100928-1200 and all seems to be working fine for me. However from PDE's view there shouldn't be any difference between the two builds.
I have a fix for this one Ankur, it is a bit of luck whether you can reproduce. What was changing was the selection in the tracing tab. The config actually saves the current selection as a config attribute, if the selection isn't set properly (happens sometimes when you first open the dialog/tab) the attributes don't match up.
Fixed in HEAD. See TracingBlock.java. The selected item is now stored in dialog settings instead of an attribute. I deprecated the attribute (as the constant key is api).
Verified in I20101027-0800