Console output filtering in xcode or appcode
Asked Answered
Z

3

9

Is it possible in XCode or AppCode to filter the output of the console like its implemented in IntelliJ? Or at least in some way?

Zigzagger answered 20/1, 2016 at 11:33 Comment(1)
As for AppCode, I haven't found any such plugin and if you find one, please let me know.Fulfillment
T
9

You can use GrepConsole plugin in AppCode which enables coloring and filtering out messages based on regexps

Taitaichung answered 7/3, 2016 at 19:32 Comment(0)
F
3

As for XCode, there is a plugin, called MCLog. Basically, it just adds regex-based filter to your console, no history or filter configurations, but it's still much better, than nothing. You can install it using Alcatraz or directly from GitHub repo.

See, how it looks on original screenshots:
Image taken from original GitHub repository

Fulfillment answered 26/2, 2016 at 15:55 Comment(2)
This may theoretically answer the question, but it would be best to include the essential parts of the answer here for future users, and provide the link for reference. Link-dominated answers can become invalid through link rot.Mateusz
MCLog doesn't work in XCode 8.0+ "Works in Xcode 5.0 through 7.3. Unfortunately, Apple no longer supports Xcode plug-ins as of Xcode 8.0."Hymn
K
2

This feature is now available in Xcode itself for those still looking! It's in the bottom right corner of the console (separate from ⌘F in the console). (Credit to Derek Yang for pointing this out to me!)

Arrow pointing toward Xcode filter textfield in bottom right corner of console

Kibbutznik answered 15/2, 2023 at 17:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.