salesforcedx-vscode
salesforcedx-vscode copied to clipboard
ISV Debugger throws error 'Your project configuration is invalid or incomplete for ISV debugging'
Summary
After following the instructions on setting up the ISV Apex Debugger, running the Apex Debugger throws an error saying:
Your project configuration is invalid or incomplete for ISV debugging.
Return to the Apex Debugger page in Setup, start a new partner debugging session, and try again.
Steps To Reproduce:
- Grant login access from the subscriber sandbox
- Login to the subscriber org from the ISV org
- Go to Setup -> Apex Debugger -> Start Partner Debugging Session and copy the url
- Go to VS Code -> SFDX: Create and Set Up Project for ISV Debugging and paste the above url
- On completion, new VS Code window opens
- Run the default launch configuration from launch.json to run the Apex Debugger
Expected result
Successful and active Apex Debugger session.
Actual result
An error is thrown saying:
Your project configuration is invalid or incomplete for ISV debugging.
Return to the Apex Debugger page in Setup, start a new partner debugging session, and try again.
Additional information
Salesforce Extension Version in VS Code: v59.9.0
SFDX CLI Version: @salesforce/cli/2.21.8 darwin-arm64 node-v20.10.0
OS and version: macOS Sonoma 14.1.2 (23B92)
VS Code version: 1.85.1
This issue has been linked to a new work item: W-14777320
HI @aljaz823 , thanks for reporting this issue. We are aware of this issue and actively looking into this. We will let you know when we have an update.
Hi any updates about this bug? ISV Debugger is very usefull
Hi @JanuszWdowka, You asked for an update just in time - we actually have a PR open with a fix for this issue now! https://github.com/forcedotcom/salesforcedx-vscode/pull/5522 😁
Closing this issue because https://github.com/forcedotcom/salesforcedx-vscode/pull/5522 has been merged and released.