compilation - Was executable compiled with debugging info? -
How can you check that Linux was compiled with executable symbolic debugging information?
I think the fastest solution: load it with GDB:
< gdb myexrectable
Update: Add to control the shell (or whatever) - If you have any usable If you do not have the symbol, then you should get "some debugging symbols (no debugging symbols found)". batch
:
gdb myexrectable - batch
Comments
Post a Comment