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
Sudipta DebSudipta Deb 

Enable Apex Debugging Option in Developer Org

Hi Team -

I would like to enable Apex Debugger option in my developer org. I tried calling the Salesforce support desk and they suggested me to put the question here. They can't enable and from developer org, I can't create any case also.
Can someone help me to understand how I can enable this option in developer org?

Regards,
Sudipta Deb
Best Answer chosen by Sudipta Deb
Brandon H. BarrBrandon H. Barr
Currently, Apex Debugger is only available in Sandboxes so this is probably not possible. Here is documentation dictating the current limits with Apex Debugger. https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/debugger_limits.htm

All Answers

Brandon H. BarrBrandon H. Barr
Currently, Apex Debugger is only available in Sandboxes so this is probably not possible. Here is documentation dictating the current limits with Apex Debugger. https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/debugger_limits.htm
This was selected as the best answer
Sudipta DebSudipta Deb
Thanks Brandon for the information.