Hi everyone, I often get this message when debugging with Qt Creator and there's a bug in my program: Invalid parameter passed to C runtime function. Is there a way to break on errors like that? I've tried setting QT_FATAL_WARNINGS to 1 in my run environment, but that didn't help. This is on Windows. Thanks in advance, Yi