I have been developing an innovative application in B4J that generates call graphs for B4X source code. While still a work in progress, this tool is already capable of analyzing a single bas/b4x module, creating a "dotfile", and utilizing Graphviz to produce insightful visual representations of function calls.
This application aims to streamline code analysis, enhance debugging efficiency, and provide developers with a clearer understanding of function dependencies.
Curious to see it in action? Here's a sample graph generated by the current implementation.
This application aims to streamline code analysis, enhance debugging efficiency, and provide developers with a clearer understanding of function dependencies.
Curious to see it in action? Here's a sample graph generated by the current implementation.