Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Henrik Ladefoged 30 posts 100 karma points
    Aug 08, 2013 @ 11:56
    Henrik Ladefoged
    0

    Debugging macros in 6.1.2

    Seems trace is no longer available http://issues.umbraco.org/issue/U4-1917 but the included MiniProfiler doesn't seem to return anything usefull other than timings. Is there any way to get some proper debugging for my macros?

    I am not ready to start with Razor so i am still using masterpages and macros.

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Aug 08, 2013 @ 12:04
    Jeroen Breuer
    0

    Trace should still work if you are using masterpages and macros so just use that :-). It only doesn't work if you use MVC.

    Jeroen

  • Henrik Ladefoged 30 posts 100 karma points
    Aug 08, 2013 @ 12:54
    Henrik Ladefoged
    0

    Thanks for the quick answer Jeroen.

    I checked umbracoSettings.config and it says WebFormsso i shouldn't be running MVC. I am running 6.1.2

    So i am still puzzled

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Aug 08, 2013 @ 12:58
    Jeroen Breuer
    0

    Is umbracoDebugMode in the web.config app settings set to true?

    Jeroen

  • Henrik Ladefoged 30 posts 100 karma points
    Aug 08, 2013 @ 12:59
    Henrik Ladefoged
    0

    Yes it is and we got the MiniProfiler working

    <appSettings>

      <add key="umbracoDebugMode" value="true" />

    </appSettings>

  • Henrik Ladefoged 30 posts 100 karma points
    Aug 08, 2013 @ 13:01
    Henrik Ladefoged
    0

    Nevermind for some reason it all just started working. I have no idea why. 

    /Cheers

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies