News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

qDebug

Started by piotr270977, December 20, 2006, 11:48:52 AM

Previous topic - Next topic

piotr270977

How to setup CB + MinGW (or dbg)  to use with qDebug Q_ASSERT and so on... ?

Which window is proper for qDebug output ?

mandrav

Do you think that everyone automatically knows what "qDebug Q_ASSERT and so on" are? I don't...
Be patient!
This bug will be fixed soon...

piotr270977

Quote from: mandrav on December 20, 2006, 12:40:09 PM
Do you think that everyone automatically knows what "qDebug Q_ASSERT and so on" are? I don't...

void qDebug ( const char * msg, ... )

Prints a debug message msg, or calls the message handler (if it has been installed).

This function takes a format string and a list of arguments, similar to the C printf() function.


Under X11, the text is printed to stderr. Under Windows, the text is sent to the debugger.

yop

These are Qt specific. Setup a Qt project and they will be available
Life would be so much easier if we could just look at the source code.