Random Tech Thoughts

The title above is not random

GDB

Setting debug directory

This is useful on Debian which install debug symbol in a separate directory.

set debug-file-directory /usr/lib/debug/

Note this is only required for your GDB compiled by yourself.