NO

Author Topic: Debugging is very slow on my laptop  (Read 1795 times)

matze

  • Guest
Debugging is very slow on my laptop
« on: June 24, 2019, 04:54:14 AM »
Hello, I have a problem with Pelles C, version 9.00.9.
Debugging a win64 GUI application is very slow; each execution step takes a few seconds: the current line is executed quickly and jumped to the next line. After that, Pelles C is occupied with itself and is not usable for me for a few seconds. In version 8, this problem does not occur so far, which is why I have not yet used the latest version of Pelles C to work. I have a laptop with fairly slow processor (Pentium Silver N5000) and Windows 10 Professional.
greeting Matze

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: Debugging is very slow on my laptop
« Reply #1 on: July 14, 2019, 12:30:26 AM »
Check running addins.
Last release of PellesC IDE activate all addins it found after installation.
Some demo addins slows the IDE, especially the "debug interface demo" that nails down the debugger.
Go to menu: Tools->customize, in the tools window select the addins tab and deselect the unknown, or unwanted addins, restart the IDE.
It should run correctly now.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

matze

  • Guest
Re: Debugging is very slow on my laptop
« Reply #2 on: July 26, 2019, 11:21:51 AM »
Thank you, it works.