Profiling a Google App Engine project with Eclipse TPTP?

How can I profile a google engine project locally on the Eclipse Test and Performance Tools platform?

I already installed the plugin, but when I select its profile, there is no way to profile it as a web application, only as a Java application that does not work.

Update: it queries the main class, and I select com.google.appengine.tools.development.DevAppServerMain , which is the same main class that my launch configuration uses, but then the error message "IWAT0435E Error appears on the Monitor tab" when connecting to the host. "

UPDATE 2: I got rid of the error from Update 1 by reinstalling eclipse. Now it does not cause any errors, but it seems that it does not start the server at all, because the log messages are not displayed on the console, and I can not connect to the web application on the local hosting.

+4
source share
1 answer

I suggest that you no longer use the TPTP plugin, as it looks dead (-> project plan ).

Take a look at CodePro Plugin has contributed to the eclipse platform recently (by Google).

+2
source

All Articles