I've integrated breakpad into my program using instructions from here:

https://github.com/JPNaude/dev_notes...eakpad-with-Qt

It works but only for debug build. For release builds no dump file is written. Any idea why this is happening ?

When crash occurs I can see line: 'BreakpadQt crash' printed on debug builds.