How to get the logs of platform plugins in eclipse
I am new to eclipse plugin development. I would like to customise some of the eclipse functionalities in my plugin. So I would like to know, what happens in the background when I do some operation in eclipse. For e.g., File->New->Project. I need the logs/Trace of which plugin/Class/Function is called? You can use the -debug <path to options file> argument when you start Eclipse to specify the path of a debug options file which is used to enable various debug tracing options. You may also want to use the -consoleLog argument. A example options file would be: # Turn on debugging for the org