After upgrading my Debian Box, my nasm upgraded to version 2.15.05 and gdb to 10.1.90.
So ddd start failing to step debugging, it says "single stepping until exit from function <NAME>, which has no line number information". But DDD is showing the source with the line numbers. Fails both for stabs and dwarf formats.
I have another box with Ubuntu Focal, NASM 2.14.02 and gdb 9.2 where gdb/ddd works well, but only with dwarf format.
Any ideias how to solve this?