Qt Creator grep Application Output
-
wrote on 25 May 2016, 08:38 last edited by
Is it possible to set some regular expression on "Application Output" windows then running application ?
In many lines of application output it will be very useful -
Is it possible to set some regular expression on "Application Output" windows then running application ?
In many lines of application output it will be very useful@abarmotov
No, I don't know of any integrated way to do that. You could copy the contents to a file and do agrep
, or other regex matching on it.Kind regards.
-
Hi,
Do you want to filter the output or find something in it ?
-
wrote on 26 May 2016, 05:47 last edited by
I want to filter output with regexp
Yes, i can copy\paste log to flie and filter with command grep, but it is not comfortable -
AFAIK, it's not something implemented but you could make a feature request for that.
Note that you can also make use of Qt's categorized logging to ease such a task.
-
wrote on 27 May 2016, 09:44 last edited by
Thanks, ill try
1/6