Nobody likes to type ?umbdebugshowtrace=true whenever an error occurs.
The solution is this:
Add a favorite to your browsers favoritesbar. Paste the following script as URL:
javascript:document.location.href=document.location.href + '?umbdebugshowtrace=true';
Now al you need to do whenever an error occurs, is just click the link and your trace appears.
Ron
Check out this old post Chrisitan Palm back in Jan 2008 - has a few more browser shortcutswww.cpalm.dk/.../umbraco-debugging-made-easy.aspx
Thanks Warren!
No Problem - be good to vote my post as the solution :)