Surfaces server-side (Apex) logging through the browser's console.
Yet Another Salesforce Logger (YASL) can be installed as an unlocked package.
sfdx force:package:install --package 04t5w000005qooMAAQ
Installation URL: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005qooMAAQ
- On the page you want the debugger to run, use the App Builder to drag in the
Logger Status
LWC. - Add logs to the desired Apex code
- Use the UI to interact with the code that will eventually call the Apex code
- See the logs in the browser's console