Set Up a Debug Configuration
Before you start your first debugging session for a project, set up a debug
configuration.
-
Switch to the Debug perspective by choosing .
-
Click the debug icon (
) in
the toolbar and select Debug Configurations.
- Select Remote Apex Debugger.
-
To create a configuration for your project, click the New launch configuration
icon (
).
- Name the configuration.
- Click Browse and select your project.
- 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.
- Click Apply, and then click Debug.
-
Click the debug icon (
) and
launch the new debug configuration.