Tuesday, March 21, 2017

How to see Debug Logs for site page.

Create Debug logs for User who login in the site.
Some times User may be Default Site Guest User or Normal salesforce user.
Open the site and Click Inspect element (Click F12 as a shortcut),
Click Console tab,Paste below code and click enter.
document.cookie="debug_logs=.force.com;domain=.force.com"
Now you are able to see the debug logs.

No comments:

Post a Comment