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).
CallGraph plugin -is it working?
-
- CodeLite Enthusiast
- Posts: 15
- Joined: Thu Apr 02, 2020 6:17 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- 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?
Sorry, but no idea?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CallGraph plugin -is it working?
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
we should probably remove this plugin from our list of plugins
Make sure you have read the HOW TO POST thread
-
- 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?
That's too bad.
Is there any chance that this plugin stopped working when changing CodeLite version from 13 to 14?
Is there any chance that this plugin stopped working when changing CodeLite version from 13 to 14?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CallGraph plugin -is it working?
I am not sure... it might.
I did not use this plugin for over 3-4 years now
I did not use this plugin for over 3-4 years now
Make sure you have read the HOW TO POST thread