How can I debug apex class in force.com eclipse ide?
Asked Answered
K

2

8

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

Keishakeisling answered 23/2, 2011 at 10:29 Comment(1)
don't forget to select metadaddy's repsonce as answer :)Ichthyoid
S
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.

Stuckup answered 23/2, 2011 at 20:12 Comment(0)
P
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.

Potsdam answered 3/11, 2015 at 3:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.