<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Calibri">OK, am stepping through amarok code in
      QtCreator and find the most bizarre behaviour as follows.<br>
      <br>
      Using the latest git snapshot from
      <a class="moz-txt-link-freetext" href="git://anongit.kde.org/amarok.git">git://anongit.kde.org/amarok.git</a><br>
      <br>
      in main.cpp I can set a breakpoint at line 300 which reads:<br>
      <br>
          if( !KUniqueApplication::start( startFlag ) ) <br>
      <br>
      I can set breakpoints anywhere after this in main.cpp and they are
      never reached. If I single step over line 300, it amarok UI just
      fires up and enters its wait loop for events.<br>
      <br>
      This strikes me as particularly odd as it is not until line 329:<br>
      <br>
          return app.exec();<br>
      <br>
      that it looks like the app is fired up proper and this looks
      suspsciously like a debugging issue with QtCreator.<br>
      <br>
      Another thought is that perhaps the binary is compiled with some
      optimisation or some other confounding issue that mucks up the tie
      between the built binary and the source code. Am guessing wildly
      and keen to learn.<br>
      <br>
      Regards,<br>
      <br>
      Bernd.<br>
    </font>
  </body>
</html>