function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pedro Garcia 26Pedro Garcia 26 

DebugApex in Develop edition

Hi..

Is DebugApex applicable in Develop edition?

I got the following message with I try to debug:
you exceeded your licensed number of debugging session. please end other session or purchase more.

Should I pay it? or I can debug it with my Develop Edition?

Thanks
Best Answer chosen by Pedro Garcia 26
Khan AnasKhan Anas (Salesforce Developers) 
Hi Pedro,

Greetings to you!

According to Salesforce doc:

You must have at least one available Apex Debugger session in your Dev Hub org.
  • Trial and Developer Edition orgs do not include any Apex Debugger sessions.
  • Performance Edition and Unlimited Edition orgs include one Apex Debugger session.
  • To purchase Apex Debugger sessions for Enterprise Edition orgs, or to purchase more sessions for orgs that already have allocated sessions, contact Salesforce.

Please refer to the below links which might help you further.

https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_develop_apex_debugger.htm

https://github.com/forcedotcom/salesforcedx-vscode/issues/618

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas

All Answers

Pedro Garcia 26Pedro Garcia 26
Additional info about this issue, I checked the Apex Debugger in the Scratch Org and it says:
Your org doesn't have any active Apex Debugger sessions.
Khan AnasKhan Anas (Salesforce Developers) 
Hi Pedro,

Greetings to you!

According to Salesforce doc:

You must have at least one available Apex Debugger session in your Dev Hub org.
  • Trial and Developer Edition orgs do not include any Apex Debugger sessions.
  • Performance Edition and Unlimited Edition orgs include one Apex Debugger session.
  • To purchase Apex Debugger sessions for Enterprise Edition orgs, or to purchase more sessions for orgs that already have allocated sessions, contact Salesforce.

Please refer to the below links which might help you further.

https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_develop_apex_debugger.htm

https://github.com/forcedotcom/salesforcedx-vscode/issues/618

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
This was selected as the best answer