Skip to content

Instantly share code, notes, and snippets.

@Sebfh
Created February 7, 2013 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sebfh/4731709 to your computer and use it in GitHub Desktop.
Save Sebfh/4731709 to your computer and use it in GitHub Desktop.

Debugging in Umbraco

Debugging in Umbraco is a hell...

Web.config

<add key="umbracoDebugMode" value="true" /> in web.config

Query string

?umbDebugShowTrace=true to url of the page
@mptrs
Copy link

mptrs commented Feb 7, 2013

That's what she said...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment