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.
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.
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
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
Is umbracoDebugMode in the web.config app settings set to true?
Jeroen
Yes it is and we got the MiniProfiler working
<appSettings>
<add key="umbracoDebugMode" value="true" />
</appSettings>
Nevermind for some reason it all just started working. I have no idea why.
/Cheers
is working on a reply...