Make umbDebug easier (test.aspx/d rather then test.aspx?umbDebug=1) Options
sqlclient
Posted: Friday, August 08, 2008 2:15:19 PM
Rank: Newbie

Joined: 6/5/2008
Posts: 16
Location: London
just wanted to share this which make my life easier these days, I'd like to share;

copy and paste code below into your UrlRewriting.config file under config folder
Code:

<add name="debugmode"
        virtualUrl="^(.*).aspx/d$"                    
        destinationUrl="~/$1.aspx?umbDebug=true"
        ignoreCase="true" />


and you can reach just like this asppage.aspx/d

Cem
Web Developer
Dirk
Posted: Friday, August 08, 2008 2:29:32 PM

Rank: Addict

Joined: 9/27/2007
Posts: 977
Location: Belgium
Great tip! It's been bookmarked!

Add another one: umbDebugShowTrace

Greetz,
/Dirk


level 1 certified - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
daniel_l
Posted: Friday, August 08, 2008 2:30:46 PM
Rank: Aficionado

Joined: 6/25/2007
Posts: 132
Location: Malmo, Sweden
A method to debug any umbraco page using a single bookmark:
http://forum.umbraco.org/yaf_postst1809_Click-and-Debug--Bookmarklet.aspx

Is it me or umbraco? Umbraco Certified Professional Level 2.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.