recalls addscript corefile

Posted by Ronald on Wed 27 Feb 2002 09:21 PM — 2 posts, 12,275 views.

#0
what is add script and corefile?what do they do?
for ranger also track skill...
who recalls to outlands?
Australia Forum Administrator #1
You can find the answers to some of these questions by browsing the source. eg. the function do_makecorefile calls make_corefile. The comments tell you what it is doing ...


// make a corefile but dont stop the mud - unix only
void make_corefile()


I presume you would use the corefile in gdb - the GNU debugger. I presume also you would only do that if you knew how to use the debugger.