I'm playing around with the MiniProfiler in Umbraco 6.1.2 and I'm having trouble getting information from one of my MVC macro partials. I can add "?umbDebug=true" to my URL to get the profiler to work. but there is one macro that doesn't give any information at all, as it seems to fail to compile (no idea why).
Is there any way to include the error from the loading of the macro into the profiler? Like what we had when we appended "?umbdebugshowtrace=true" to the URL.
yes I know. I'm using the included version of Miniprofiler. I was wondering if it was possible to get debug information (like a macro partial that can't be compiled) into the miniprofiler so I can read the error message there?
Debug information in miniprofiler?
I'm playing around with the MiniProfiler in Umbraco 6.1.2 and I'm having trouble getting information from one of my MVC macro partials. I can add "?umbDebug=true" to my URL to get the profiler to work. but there is one macro that doesn't give any information at all, as it seems to fail to compile (no idea why).
Is there any way to include the error from the loading of the macro into the profiler? Like what we had when we appended "?umbdebugshowtrace=true" to the URL.
Hi Steven,
MiniProfiler is now part of the core Umbraco 6.1.x http://umbraco.com/follow-us/blog-archive/2013/5/10/umbraco-610-beta-2-out-now!.aspx so there's no need to install this package if you're using 6.1.2.
Cheers,
Jorge
Hello Jorge,
yes I know. I'm using the included version of Miniprofiler. I was wondering if it was possible to get debug information (like a macro partial that can't be compiled) into the miniprofiler so I can read the error message there?
Cheers
Hi Steven,
You can do that like that :
is working on a reply...