well I always put my breakpoints on functions. So like this
    
    
    (gdb) b foobar<TAB>
    (gdb) b foobar_123456789987654321<enter>
    

it is a bit more robust on the terminal than lines. And don't underestimate 
`(gdb) tui enable`. I wasted a lot of time with GDB. I think it's a horrible 
interface, but technically it works.

Reply via email to