Yesterday I downloaded the Ultimate tools. My main goal was to experience the Ultimate Debugger but there are also a lot of other tools. Is there some documentation or webinar available where is explained what they do? Some of them I can find out by trying, but others not.
Especially I might be interested in the tracing tools.
One question especially on Ultimate Debug. It requires ud.Debug(‘Blabla’) to write output. But what if you have already debug statements like StringTheory.Trace() in your code? They are not visible unless the ‘All messages’ option is on. But that gives an ugly prefix with pipelines before the actual message making it harder to read.
Is there some setting to hide that prefix I missed?