8/27/03 17:12:24, Craig Berry <[EMAIL PROTECTED]> wrote: > >On Wednesday, August 27, 2003, at 10:07AM, Michael Lemke <[EMAIL PROTECTED]> wrote: > >>8/27/03 17:01:04, Craig Berry <[EMAIL PROTECTED]> wrote: >> >>> >>>On Wednesday, August 27, 2003, at 09:48AM, Michael Lemke <[EMAIL PROTECTED]> wrote: >>> >>>> Would be nice if perl would give a real call stack. >>> >>>Linking /NOTRACEBACK is a pretty standard procedure for production code. You can >>>easily enable traceback if you want to. >>> >>Can you quickly give me a pointer? If it's just a relink I might give it a try. > >The easiest way is to just do a debug build: > >$ @configure -"Dusevmsdebug" -"des" >$ mmk/macro=__DEBUG__=1 > >or you can probably just edit descrip.mms and change anything that says >"/NOTRACEBACK" TO "/TRACEBACK". >
Ok, I've done this. But probably slightly wrong as I set defulat perl_root:[000000] when configuring and buuilding. Except for perl_setup.com did that screw something else? And it seems I need to rebuild all extensions I've built in the mean time, right? And how do I get back to the old version? Michael
