epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.11k stars 67 forks source link

Cannot load sources #126

Closed Peter2121 closed 1 year ago

Peter2121 commented 1 year ago

seergdb installed from Github on FreeBSD 13.1. The debugger installed is GNU gdb (GDB) 12.1. I'm trying to debug xfe built from sources with debug info. I added the directory with xfe sources to seergdb settings, but no sources are loaded in Source/Symbol/Library Info tab. If I manually open a source file in the main editor window and put a breakpoint somewhere - I get the error No source file named ... So, I can start the program, stop it, see stack and thread info, but I cannot really debug it.

Peter2121 commented 1 year ago

Sorry for noise, the sources were just partially included in the app. Rebuilding the app helps to get sources loaded.

epasveer commented 1 year ago

Okay. Thanks.

Let me know if you have ideas to improve Seer.