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
SFDC Forum 9SFDC Forum 9 

How to debug which VF page is being opened

Hi I have Call center app , I got to migrate all the related vf pages to lightning, but when i open console, i could not find out which vf page the console is referring, how to debug it, please help asap.
AnudeepAnudeep (Salesforce Developers) 
Hi,

You can try the following
  • Generate a HAR file for troubleshooting (You can check the VF page details here)
https://support.zendesk.com/hc/en-us/articles/204410413-Generating-a-HAR-file-for-troubleshooting
  • Fiddler Logs
https://help.salesforce.com/articleView?id=Using-Fiddler-for-capturing-and-debugging-network-traffic-for-troubleshooting-purposes&language=en_US&type=1
  • Set Up Debug Logging
https://help.salesforce.com/articleView?id=code_add_users_debug_log.htm&language=en_US&type=0

Network tab in the browser console will help us understand if any method/VF page is taking higher amount of time to process

If this answer is helpful, please mark this as best so that it can help others in the future

Thank You!
SFDC Forum 9SFDC Forum 9
Hi, 
Iam not troubleshooting here,I am new to development so my query is,  if i open any console, i should find out what vf page is being called so that i can list out all the vf pages related to my app and analyse them.

I have tried enabling debug logs, but those are not generating for me somehow, and could not find vf page name in URL as well.URL is as below,

https://mydomain/console , but i am pretty sure it is VF page

Please reply ASAP