tags:

views:

74

answers:

1

I'm experiencing a problem where somewhere in the an Eclipse Plugin a class is modifying the .project file, but I'm unable to determine which code/class it is.

I'm on a Windows XP machine. Is there a way I can set a breakpoint or setup some sort of a listener so I can see where in the code the .project file is being modified by? (ideally by setting a breakpoint somewhere so I could see the stack where it is occurring).

+2  A: 

One suggestion but maybe you've already tried this: set your .project as read-only before firing eclipse, so that you can have at least an idea about the plugin that modify your .project

PW