Sometimes alfie's displaying lots of things which I'd want to hide to keep things more concise and avoid having too many extra lines, for instance when I write things like
sort((x,y) => x - y)
. I'd love a way to "turn off" tracing for non-interesting lines.