8

How can I debug apex class in force.com eclipse IDE?

1
  • don't forget to select metadaddy's repsonce as answer :) Commented Mar 20, 2012 at 15:41

2 Answers 2

9

There is currently no facility for debugging Apex from the Force.com (Eclipse) IDE, but there is the System Log Console for post-mortem debugging of Apex code - see http://developer.force.com/releases/release/Winter11/System+Log+Console and http://blog.sforce.com/sforce/2010/05/sneak-peak-the-new-system-log-console.html - this gives you an 'after the fact' view, rather than the ability to set breakpoints and step through code, but it is very detailed, down to execution of individual lines of code, and variable values.

Sign up to request clarification or add additional context in comments.

Comments

0

Since this post, the interactive Apex Debugger is now available (as an add-on).

You can learn more about it at the Dreamforce '15 Session: The Apex Interactive Debugger.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.