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
Keith Stephens 18Keith Stephens 18 

Apex Debugger for Visual Studio Code

How do I set this up?
Will this debugger work without a salesforce debugger license?
Do you need to set up a scratch org?

Thanks,
Keith.
NagendraNagendra (Salesforce Developers) 
Hi Keith,

May I suggest you please check with below links which might help you further with the above requirement. Please let us know if this helps.

Thanks,
Nagendra
Keith Stephens 18Keith Stephens 18
Hello again,
Yes I have seen those pages, but were no help to what my questions are asking.
Also another question do I need Mavensmate Extension for the new SF DX extensions to work?
Nagendra, please read and answer all questions, not just send me links to sites I probably have already read and seen, also answer all questions not just one of them.

Thanks,
Keith
dandamudidandamudi
Hi, @Keith Stephens 18
i also started to work on SFDX&vscode from last 1 month, here is my answers for your question based what i learned from my research before jump in to sfdx, i hope those 'll give you some idea to break the ice.

How do I set this up? 
before set this, you have to some Prerequisites:
1. You need Unlimited/Performence/Enterprise adition first
2.  if you have available apex debugger licenses in your prod/sandbox of above type then you can follow the rest of the points what they mention in market place link.
if you get any errors after follow the above steps please post here so that community experts can help to resolve
Will this debugger work without a salesforce debugger license?
NO
Do you need to set up a scratch org?
yes you need to set up in scrach org(shape of your devhub enabled org) - NOTE : Devhub free trail doesn't support for apex debugger.
do I need Mavensmate Extension for the new SF DX extensions to work?
you don't need Mavenmate Extensions for SFDX extension to work at vscode. i think mavenmate are not provide support no longer i guess .
check at  http://mavensmate.com/

please let me us know if you need any help.

Thanks
Dandamudi.
dandamudidandamudi
I fixed and i am usingApex debugger let me know if you need any help.