> I did a bit of fooling around. It might partially work now. After
Great. Do not hesitate to post patches for review.
> initializing the debugger, I do get the "bumps" at the begining of the line
> of the source code, (called stringmap_test.adb) which when pressed, should
> give the breakpoint. however unfortunatelly I do get this message in the GDB:
>
> (gdb) break stringmap_test.adb:39
> No source file named stringmap_test.adb.
This is likely not related to the tty issue: it seems like either you didn't
compile this file with -g, or that your gdb has some problems.
Arno
|