forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
954 stars 406 forks source link

Apex Interactive Debugger - Too many concurrent debugged requests #5899

Open soliogra opened 1 week ago

soliogra commented 1 week ago

When debugging apex I get the following error in VS Code

"Too many concurrent debugged requests. This request will not be debugged"

This issue started occurring recently and likely coincides with the upgrade of the extension pack.

I am using the following versions: CLI = salesforce/cli/2.61.8 win32-x64 node-v19.8.1 Apex Interactive Debugger = v62.0 Salesforce Org Source API version = 62.0

svc-idee-bot commented 1 week ago

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

svc-idee-bot commented 1 week ago

Hello @soliogra :wave: It looks like you didn't provide all the required basic info in your issue.

If you haven't already, please provide the following info: Salesforce Extension Version in VS Code: Salesforce CLI Version: OS and version: VS Code version: Most recent version of the extensions where this was working:

Here's an example of a set of required info that will pass the validation: Salesforce Extension Version in VS Code: 60.13.0 Salesforce CLI Version: @salesforce/cli/2.42.6 darwin-arm64 node-v18.18.2 OS and version: MacOS Sonoma 14.5 VS Code version: 1.89.1 Most recent version of the extensions where this was working: 60.11.0

A few more things to check:

Thank you!

peternhale commented 1 week ago

@soliogra would you mind sharing the details of the org you are using for debugging. Is it a sandbox, the org Id, etc? Thank you!

peternhale commented 1 week ago

@soliogra Just some additional information. The error you are seeing is issued from the org on which you are trying to use the interactive debugger. It indicates that there is a problem acquiring a "permit" that allows the debugger to continue. The permit is controlled via an org setting.

If you get the org id to me, I can see what the next steps might be for you to take. More than likely, via Salesforce Support.

soliogra commented 4 days ago

hi @peternhale, its is a sandbox and the Org Id is 00D3S00000092hx.

peternhale commented 4 days ago

@soliogra I cannot find an org with this Id. Can you tell me which instance it is located?

soliogra commented 4 days ago

@peternhale.. Hyperforce USA9018S

peternhale commented 1 day ago

@soliogra Thanks for the instance name. Unfortunately, I do not have access to the particular instance. I would suggestion that you reach out to Salesforce Support for further assistance. Also review #5896, as it also involved Apex debugger in an Hyperforce instance.