When I was using gdb 5, using just run after recompilation was enough to reload the symbols. Now, with gdb 8.1, I need to type file /path/to/executable before run in order to force gdb to reload the symbols after recompilation.
When I was using gdb 5, using just run after recompilation was enough to reload the symbols. Now, with gdb 8.1, I need to type file /path/to/executable before run in order to force gdb to reload the symbols after recompilation.