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
jucuzoglujucuzoglu 

How do I turn off developer mode via the URL?

Is there a way to add a parameter and hide the developer mode console when developer mode is enabled?

Rahul SharmaRahul Sharma

Yes, the parameter name is core.apexpages.devmode.url Set it to 0 or 1 to turn off or on developer mode respectively.

If your page name is : /apex/MyPage

then add parameter as : /apex/MyPage?core.apexpages.devmode.url=1

Chamil MadusankaChamil Madusanka

Append following link portion to your URL.

 

?core.apexpages.devmode.url=1

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.


sekhar maramreddysekhar maramreddy
Reload Inline Visualforce page on Button Click
sekhar maramreddysekhar maramreddy
Reload Inline Visualforce page on Button Click