Skip to main content
6 件の回答
  1. 2023年1月8日 4:00

    You will need to have the Salesforce Extension Pack installed. This extension pack includes the Salesforce CLI extension, which provides the "SFDX: Turn On Apex Debug Log for Replay Debugger" command.

    To install the Salesforce Extension Pack in VS Code:

    1. Open VS Code and click on the Extensions icon in the left sidebar.
    2. In the search box, type "salesforce extension pack" and press Enter.
    3. Click the Install button to install the extension pack.

    Once the extension pack is installed, you should be able to use the "SFDX: Turn On Apex Debug Log for Replay Debugger" command in the Command Palette. To access the Command Palette, press Ctrl + Shift + P (on Windows) or Cmd + Shift + P (on macOS).

    If you are still having trouble, you may want to try restarting VS Code after installing the extension pack. If the problem persists, you may want to try uninstalling and then reinstalling the extension pack. 

0/9000