Re: Tracing Subs

2003-08-14 Thread Jenda Krynicky
From: "Gupta, Sharad" <[EMAIL PROTECTED]> > I have a bunch of scripts which calls a sub from a module, and that > module in turn would call another sub from someone else and so on. > Skimming through them is driving me crazy. > > Is there a way i can trace the calling of the routines till N levels

Re: Tracing Subs

2003-08-14 Thread Wiggins d'Anconia
t I haven't used any so can't give specifics. http://danconia.org -Original Message- From: Ramprasad [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 12:41 AM To: Gupta, Sharad Cc: [EMAIL PROTECTED] Subject: Re: Tracing Subs Sharad Gupta wrote: Hi All, I have a bunc

Tracing Subs

2003-08-14 Thread Gupta, Sharad
Hi All, I have a bunch of scripts which calls a sub from a module, and that module in turn would call another sub from someone else and so on. Skimming through them is driving me crazy. Is there a way i can trace the calling of the routines till N levels. TIA, -Sharad

RE: Tracing Subs

2003-08-14 Thread Gupta, Sharad
. -Sharad -Original Message- From: Ramprasad [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 12:41 AM To: Gupta, Sharad Cc: [EMAIL PROTECTED] Subject: Re: Tracing Subs Sharad Gupta wrote: > Hi All, > > I have a bunch of scripts which calls a sub from a module, and that

Re: Tracing Subs

2003-08-11 Thread Ramprasad
Sharad Gupta wrote: Hi All, I have a bunch of scripts which calls a sub from a module, and that module in turn would call another sub from someone else and so on. Skimming through them is driving me crazy. Is there a way i can trace the calling of the routines till N levels. TIA, -Sharad use Car

Re: Tracing Subs

2003-08-09 Thread Jeff 'japhy' Pinyan
On Aug 8, Gupta, Sharad said: >I have a bunch of scripts which calls a sub from a module, and that >module in turn would call another sub from someone else and so on. >Skimming through them is driving me crazy. > >Is there a way i can trace the calling of the routines till N levels. Using the cal