I'm a relatively new developer who uses the Force.com IDE on eclipse.

What are some things I could do to avoid this happening in the future? I heard that using Eclipse might not be the efficient way of doing things in general... but I'm very used to it.

Any hints/advice/guidance would be appreciated.

link|improve this question

What, exactly, is your question? I use various versions of Eclipse all day (most every day) and don't have any issues at all. It's absolutely the environment of choice for Apex/Visualforce development. – Adam Dec 4 '11 at 0:57
feedback

3 Answers

Was it a VF page that timed out? You need to figure out what's taking so long. Do you have an infinite loop, or inefficient loops that are chewing up thousands of statements executed?

Set up a log under Setup > Monitoring > Debug Logs and then run your script again. Check out the profiling and governor limit information at the bottom. It should give you an idea of where time is being spent.

link|improve this answer
feedback

If you are talking about callout then you can set higher timeout. In Eclipse can be another type of timeout - during saving files. If you mean this then you should save file(s) one more time. I'm working with SF for half a year and I have been using Eclipse for developing stuff. I can say that there are no problems with using it.

link|improve this answer
feedback
up vote 0 down vote accepted

The issue resolved itself when I migrated to the stand-alone Force.com IDE.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.