Skip to content

Instantly share code, notes, and snippets.

@noeticpenguin
Created February 5, 2015 01:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save noeticpenguin/f83ab965901edc83bc27 to your computer and use it in GitHub Desktop.
Save noeticpenguin/f83ab965901edc83bc27 to your computer and use it in GitHub Desktop.
CommunityDebugger visualforce page
<apex:page controller="CommunityDebuggerCtrl" action="{!fetchFailingPage}" showHeader="false" sidebar="false" >
<apex:outputText id="failingPageResponse" escape="false" value="{!failingPageResponse}" />
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment