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
Abhishek Sharma 527Abhishek Sharma 527 

SFDX: Toggle Checkpoint does not appear

Hello there, I'm doing trailhead task and while doing 'debug your code' section I'm unable to find sfdx: toggle checkpoint
I tried on new playground also, same issue
I checked Environment variable under preference > settings > Salesforcedx-vscode-apex › Java: Home it is set as my java jdk path 'C:\Program Files\Java\jdk-17.0.4'
can anyone help in this issue please.
Best Answer chosen by Abhishek Sharma 527
Abhishek Sharma 527Abhishek Sharma 527
It's issue related to java_home path configuration, make sure you have java 8, 11 or 17 and environment variable path is set, also in vs code file > Preference > settings >  Salesforcedx-vscode-apex › Java: Home is set with same path of java installation e.g. C:\Program Files\Java\jdk-17.0.4