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 -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -