hi i'm pretty much using gdb for the first time, i tried looking at the internet for info about my prob but i could not find.
i run
$gdb
then i'm running
attach <mypid>
then i see that my process is stuck (which is probably ok) now i want it to continue running so i run
continue
and my process continues running but from here i'm stuck if i want again to watch my current stack trace etc how do i do that i couldnt get out of continuing... i tried 'ctrl-d' etc nothing worked for me... (was just a guess).
thanks...