[Lazarus] Is there a tool to list all the string literals in your application?
Martin
lazarus at mfriebe.de
Thu Jan 6 22:43:16 CET 2011
On 04/01/2011 13:27, Frank Church wrote:
>
> Is there a tool to list all the string literals in your application?
What about "code explorer"? It has a secion code observer, which has
unnamed constants.
It's not only strings, true, it's other types too. But it is easy to
distinguish the strings.
Also it only shows strings that are not constants. But if you have any
constants, with sting data, you just need to also look at your constant
sections.
Martin
More information about the Lazarus
mailing list