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".
