Set Up a Debug Configuration

Before you start your first debugging session for a project, set up a debug configuration.
  1. Switch to the Debug perspective by choosing Window | Open Perspective | Other | Debug.

    After you’ve completed the initial Debugger setup, you can switch between perspectives by clicking the icons in the upper right corner of your Eclipse window.

    Tip

  2. Click the debug icon (Debug icon) in the toolbar and select Debug Configurations.
  3. Select Remote Apex Debugger.
  4. To create a configuration for your project, click the New launch configuration icon (New launch configuration icon).
  5. Name the configuration.
  6. Click Browse and select your project.
  7. During an ISV Customer Debugger session, all actions in your subscriber’s org are debugged. If you want to debug actions only for specific users or request types, to set up whitelisting, select Whitelisting Enabled in your Remote Apex Debugger configuration. For more information, see Whitelist Users and Request Types.
  8. Click Apply, and then click Debug.
  9. Click the debug icon (Debug icon) and launch the new debug configuration.