Hi, does anyone know whether it's possible to "set breakpoints" for gdb *in the source code*? like on windows, you can use the __asm int 3 command to have your program break at the specified line. is something like that possible with gdb? i'm compiling with gcc 4.2.0, and am using GNU gdb 6.3-debian.
thx a lot in advance! David
