Troubleshooting the Force.com IDE: Debug Mode
If you experience errors in the Force.com IDE, it can be useful to run Eclipse in Debug Mode. This will cause the IDE to write additional information to its system log.
To turn on Debug Mode, add the following parameter to Eclipse's
startup command line or in eclipse.ini:
- -Dforce-ide-debug=true
You can view the system log within the IDE. For more information, see Force.com Log Viewer.
You can also write the zip file to disk for each save, refresh,
synchronize, or deploy action, which can be helpful in diagnosing
errors. Add the following parameter to Eclipse's startup command line
or in eclipse.ini:
- -Dforce-ide-temp=<full-path-to-directory>