gcc - how can i print the variable names that are used in a C program -


I want to print the variables used in my C code. It has a 19 KB file, it is used in so many variables.

I know that it is not so easy .. my compiler did not tell this description .. (Debug info? ..)

I am working in GCC (

Running on your sources, Then read the output tag file.

It will be a list of all visible identifiers (and possibly static ones, depending on the ctags option), the files they are defining, and the location within the file

This is not an indicator of local variables.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -