Vivek Mohan
Vivek Mohan

Reputation: 8366

GAE app debugging slow in Eclipse Indigo Java EE IDE

Iam using Eclipse Indigo(Java EE IDE) & have gwt plugin installed on it. When I debug my GAE application it takes a lot of time to start. (My current config is 1gb ram,intel dual core, windows 7 os. Also appengine.google.com is disabled by my proxy server.). My plugins are gwt 2.4.0 & appengine SDK 1.6.0. Has anyone faced this issue before?

Upvotes: 0

Views: 242

Answers (1)

Rafael Sanches
Rafael Sanches

Reputation: 1823

Try to remove all the break points and run it again.

Also, SDK 1.6.0 is known to have that bug. Please, upgrade.

Upvotes: 1

Related Questions