Thanks for pointing out qtoutputformatter.cpp. I'll just format the message to hit the "Q_ASSERT" regexp.
As a side note: for some reason the Q_ASSERT macro is not working properly on my system (win7 x64, mingw/gdb). QtCreator hits the breakpoint automatically inserted at qFatal(), but it continues merrily along without printing anything to the application output pane. Cheers, ~ andy.f On Tue, Jul 26, 2011 at 4:52 AM, Daniel Teske <[email protected]> wrote: > >> the heuristics to detect file names & lines are in QtOutputFormatter >> ($CREATORDIR/src/plugins/qtsupport/qtoutputformatter.cpp). E.g. the >> connect statement is catched by a regular expression 'Object::.*in >> (.*:\\d+)', and if you keep to exactly this regular expression your >> file/line columns should also be clickable. Note though that this is an >> implementation detail, and might break without further warning in future >> versions. > The regexp are conservative in that they only try to catch QObject output, you > could also file a feature request to make them more greedy. > > daniel > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
