I tried to break on QString ( const QString & other ).
Qt Code:
  1. gdb ./myapp
  2. break QString::QString (const QString &)
  3. run
To copy to clipboard, switch view to plain text mode 
It can't break on this function (specially on functions have parameter contain keyword const).

Please help me. Thanks.