PDA

View Full Version : Crossref Utility - any idea or experience?



M30_NXG
26-05-2020, 14:06
Find the needle in the haystack ;-)

Is there a tool or utility available for crossreferencing ThinBasic- Code?
Somtimes also called XREF, etc..
Console or GUI -solution, doesn't matter ;-)

Eventually purposes: refactoring, documentation, code- review, find dead- code
or list functions , subs , used variables, and so on ...

Tx

Ben

ReneMiner
26-05-2020, 22:40
yes i think there is at least one.
thinCore.
If you use #Profile-directive thinBasic itself can tell you all (dead functions) that implemented functions to list the other stuff (App_List...) can't.