Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Re: Architecture meeting notes


Steve and I decided to use a new flag for the resource tracking rather than the one mentioned  in the notes. You can set this up in self hosting by enabling tracing in the org.eclipse.ui plugin and turning the debug and debug/swtdebugglobal flags on. You can also do this at runtime by including the lines

org.eclipse.ui/debug=true
org.eclipse.ui/debug/swtdebugglobal=true

in your .options file

Tod



Tod Creasey/Ottawa/IBM

12/19/2007 11:22 AM

To
eclipse-dev@xxxxxxxxxxx
cc
Subject
Architecture meeting notes




Milestone
  - Reminder: test day for a milestone is Tuesday. Thursday was pretty bust with bug fixes this time around.

Leak detection
  - Leak detection has been enabled on Windows for SWT. You can set this up in self hosting by enabling tracing in the org.eclipse.ui plugin and turning the debug and debug/swtdebug flags on.
  - Integration of leak detection tooling will be started in M5. Steve, Tod and Frederic to touch base on how to set this up.

JDT Core
  - Javadoc formatter is being re-implemented. Please watch the javadoc formatter in M5.

Owner draw API is being exercised by JDT UI and could do with feedback from other teams.

Back to the top