28

MCLog plugin adds a search box to the bottom right hand corner of the Xcode debug console, and can even handle regular expressions. The filtering works on the console output in real time which is very nice when you have a lot of unwanted statements coming out.

This plugin let you feel easy to trace console log. Although you may search the text in the console area, you can’t hide something you don’t want to see. MCLog is one of the solutions. You’re able to filter the console by it and display what you really want to see.

Here is an animation from the readme showing MCLog in action:

You can find MCLog on Github here.

A very useful enhancement to the debugging console.

Comments are closed.