Quick Way to Debug Umbraco
Often we are just got so frustrated when writing macro or user control in Umbraco. Common errors we are getting such as Error loading MacroEngine script or Error creating control without mentioning the actual error is.
There are many way to debug of course, by the quickest way you can do is just to append this querystring "?umbDebugShowTrace=true" in the URL, and viola, you get much detail informations about the error.
Tested against Umbraco 4.7.








