CallGraph plugin -is it working?

CodeLite installation/troubleshooting forum
seregads
CodeLite Enthusiast
Posts: 15
Joined: Thu Apr 02, 2020 6:17 pm
Genuine User: Yes
IDE Question: C++
Contact:

CallGraph plugin -is it working?

Post 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).
seregads
CodeLite Enthusiast
Posts: 15
Joined: Thu Apr 02, 2020 6:17 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CallGraph plugin -is it working?

Post by seregads »

Sorry, but no idea?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CallGraph plugin -is it working?

Post 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
Make sure you have read the HOW TO POST thread
seregads
CodeLite Enthusiast
Posts: 15
Joined: Thu Apr 02, 2020 6:17 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CallGraph plugin -is it working?

Post by seregads »

That's too bad. :)
Is there any chance that this plugin stopped working when changing CodeLite version from 13 to 14?
:(
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CallGraph plugin -is it working?

Post by eranif »

I am not sure... it might.
I did not use this plugin for over 3-4 years now
Make sure you have read the HOW TO POST thread
Post Reply