<div dir="auto">Update I just tried it  gdbmi from the cli to print the values <div dir="auto"><br></div><div dir="auto">I does not show any errors it just crashes out of gdb to the command line </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 2 Aug 2021, 17:23 Da Viper, <<a href="mailto:yerimyah1@gmail.com">yerimyah1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Hello there I am currently do so,<div dir="auto"><br></div><div dir="auto">But I have a problem with using python2,</div><div dir="auto"><br></div><div dir="auto">It does not work for some classes in an ide but I cannot figure out why,</div><div dir="auto"><br></div><div dir="auto">I have updated the read me to add python 2</div><div dir="auto"><br></div><div dir="auto">You have to import qtprinters_py2 to use python2</div><div dir="auto"><br></div><div dir="auto">SCENARIO: </div><div dir="auto"><br></div><div dir="auto">For example we have a qfile </div><div dir="auto"><br></div><div dir="auto">`QFile file("/some/file/path");`</div><div dir="auto"><br></div><div dir="auto">if I go to the command line gdb to print it, it works correctly, but when I try it within the IDE it crashes.</div><div dir="auto"><br></div><div dir="auto">I think it has to do with the long type when reading the memory of the QFile  in python2 but I am not sure. I tried using int() for the address. But It is too large.</div><div dir="auto"><br></div><div dir="auto">Is there a way to know what the actual problem is because it just crashes without any traceback.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">I also tried to setup kdevelop on windows.</div><div dir="auto"><br></div><div dir="auto">I use qt's mingw it configures correctly but </div><div dir="auto">It would builds, but there is no gdb option in the debug configuration only lldb </div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Thanks </div><div dir="auto"><br></div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 2 Aug 2021, 09:15 Ralf Habacker via Kde-finance-apps, <<a href="mailto:kde-finance-apps@kde.org" target="_blank" rel="noreferrer">kde-finance-apps@kde.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
    
  
  <div>
    Am 20.07.21 um 10:23 schrieb Ralf Habacker via Kde-finance-apps:<br>
    > Hi Ebuka,<br>
    ><br>
    > I remembered you mentioning the long loading time of gdb when
    debug<br>
    > symbols are installed.<br>
    ><br>
    I recognized that the recent gdb version 10.2 speeds up symbol
    loading on Windows, see<a href="https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00006.html" rel="noreferrer noreferrer" target="_blank"><br>
      <br>
      https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00006.html</a><br>
    * Improved performance during startup through the use of threading<br>
    during symbol table loading (an optional feature in GDB 9, now<br>
    enabled by default in GDB 10).<br>
    <br>
    You may verify this with a recent kmymoney snapshot from <a href="https://kmymoney.org/snapshots.php#kmymoney5-aq6" rel="noreferrer noreferrer" target="_blank">https://kmymoney.org/snapshots.php#kmymoney5-aq6</a>,
    which now contains gdb 10.2.
    <p>If you want a standalone gdb package that is independent of
      kmymoney and better suited for testing with your gdb printer GSOC
      project, you can check
      <a href="https://kmymoney.org/snapshots.php#gdb-snapshot" rel="noreferrer noreferrer" target="_blank">https://kmymoney.org/snapshots.php#gdb-snapshot</a>.</p>
    Regards<br>
    Ralf
  </div>

</blockquote></div>
</blockquote></div>