In CS 10, echo statements now have logging level alternates such as echoInfo, echoDebug, echoError. In the case of echoDebug() if you are running builder and a block of code has this, how do I get it to show up? I've already changed the logging level to 11 (which is the highest as far as I know). Is there another setting I need in order to get these to come out in the builder debug window?
-Hugh Ferguson