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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -