Some of the other threads got me to thinking - I'd like a tool which gives me a list of the API calls I use in my app.
PBCodec gives me a list of procedures, but only those I write.
Is there something that will list both my procedure and the API for me? It would be especially great if the list included the line numbers where they were used!
For that matter, I guess the same code that would recognize procedure calls would cover PB Commands, Macros, API, and custom procedures -that would most cool.
I haven't looked at the PBCodec source code. Does anyone know it well enough to believe it could be modified to do the trick?
PBCodec gives me a list of procedures, but only those I write.
Is there something that will list both my procedure and the API for me? It would be especially great if the list included the line numbers where they were used!
For that matter, I guess the same code that would recognize procedure calls would cover PB Commands, Macros, API, and custom procedures -that would most cool.
I haven't looked at the PBCodec source code. Does anyone know it well enough to believe it could be modified to do the trick?
Comment