Page 1 of 1

CallGraph plugin -is it working?

Posted: Wed May 20, 2020 1:45 am
by seregads
Hi!

I have a issue with CallGraph plugin.
CodeLite 4.01, Windows10x64, MSYS2

After I turn on this plugin, the IDE overloads and nothing happens - it's off again.
Not a word about it in the Debug log, either.

In CodeLite.xml present next lines (gprof & dot present by the path):
<ArchiveObject Name="CallGraph">
<wxString Value="C:\msys64\mingw64\bin\gprof.exe" Name="m_gprofPath"/>
<wxString Value="C:\msys64\mingw64\bin\dot.exe" Name="m_dotPath"/>
<int Value="1" Name="m_colorsNode"/>
<int Value="1" Name="m_colorsEdge"/>
<int Value="0" Name="m_tresholdNode"/>
<int Value="0" Name="m_tresholdEdge"/>
<bool Value="0" Name="m_boxHideParams"/>
<bool Value="0" Name="m_boxHideNamespaces"/>
<bool Value="0" Name="m_boxStripParams"/>
</ArchiveObject>

Also after rebooting the IDE, the plugin disappears from the list of switched on ( in plugins.conf).

Re: CallGraph plugin -is it working?

Posted: Mon Jun 08, 2020 1:30 pm
by seregads
Sorry, but no idea?

Re: CallGraph plugin -is it working?

Posted: Mon Jun 08, 2020 9:13 pm
by eranif
tbh, this plugin was written and contributed to CodeLite couple of years ago. Any support on it has stopped by the original author.
we should probably remove this plugin from our list of plugins

Re: CallGraph plugin -is it working?

Posted: Mon Jun 08, 2020 9:41 pm
by seregads
That's too bad. :)
Is there any chance that this plugin stopped working when changing CodeLite version from 13 to 14?
:(

Re: CallGraph plugin -is it working?

Posted: Wed Jun 17, 2020 12:06 am
by eranif
I am not sure... it might.
I did not use this plugin for over 3-4 years now