Is there any way to call moodle_exception (or similar) and always get a full "developer" trace returned for the error regardless of site debug settings.
I want to do this in a new plugin we have developed but don't want to enable full debugging for the rest of the site.
To make it more interesting, all the exceptions are inside web service calls - so I want the trace to come back in the web service error exception.
If this makes any sense...