On Sat, 13 Apr 1996, Hades wrote: > My last post didnt get here. I ahve a question about gdb... My mud is > hitting a loop or something, it's hanging, I cant do shit. How can I use gdb > to find out where it's hanging on me? And why? I know there's a way but I > don't know how to do it. Go to your autorun directory and type gdb bin/circle, then run <any cirlce flags you use> and the mud will come up with gdb watching in the background. When the mud locks up hit ctrl-C to suspend circle and you should be able to use where or backtrace to see what part of the code you're in. Sam
This archive was generated by hypermail 2b30 : 12/18/00 PST