The default number of nodes in the Call Graph View is 1024. If the number of nodes exceeds this default value, the call graph will not be drawn and the following dialog will appear.
There are two solutions to resolve this problem.
Call Depth Setting
- Go to [Preferences] > [Analysis] > [Call Graph].
- Decrease the depth setting value in the [Call Depth Setting] section.
Increase the limit on the number of nodes to be displayed
- Open
{CT 2024.12 Installation Path}\plugins\com.codescroll.gp.rcp.helios_xxx\plugin\plugin_customization.ini
. - Modify the value of
com.codescroll.gp.pa/graph.node.count.max.limit
key to the desired value.- e.g., com.codescroll.gp.pa/graph.node.count.max.limit=2048
Choose one of the solutions to resolve the issue related to the limitation on the number of nodes in the [Call Gragh View].
Need more help with this?
Don’t hesitate to contact us here.