<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I agree that user doesn't have to open a project to be able to use
    debugging and<br>
    settings are better be saved between geany startups.<br>
    <br>
    What I wanted was to have debug settings loaded at the same time I
    open files I worked with last time.<br>
    And I kept in mind that there can be several sessions/projects that
    a user would like to save debug settings for.<br>
    <br>
    I also decided to use project file because there is no API to store
    plugin data in a session,<br>
    but now I realize that I can store debug settings for a session in
    plugins own config, where all other plugin level stuff reside<br>
    and if a user works with a project - store debug settings in a
    project, therefore supporting both project and session modes.<br>
    <br>
    I believe it's <span style="color:gray"><span style="color:black"></span></span>the
    right way.<br>
    <br>
    Regards, Alexander<br>
  </body>
</html>