On Sat, 2020-10-03 at 18:59 +0200, Ramon Dor wrote: > yes, of course... > gdb has no symbol table to load, so I guess I'd first need to compile > from source ... http://denemo.org/hacking-sources/
worked for me on a raspberry pi recently Richard > > On Sat, 3 Oct 2020 at 18:52, Richard Shann <rich...@rshann.plus.com> > wrote: > > On Sat, 2020-10-03 at 18:41 +0200, Ramon Dor wrote: > > > I agree. If I understand it correctly I first need to compile the > > > source code with the -g option for debugging info, > > > or is the download version already compiled to support running it > > > directly under gdb? > > > > I don't know - is it Andreas Scheider's package that you have? > > Anyway, > > it will become clear if you do > > > > gdb denemo > > > > it will say there are no symbols if it hasn't got the debug info. > > > > Richard > > > >