Re: File name/Line numbers with tracing output.

2010-08-24 Thread Edward Peschko
Eric, Cool, I had used bashdb before, didn't know it could trace.. Anyways, thanks, I'll try it out. Ed On 8/24/10 6:12 AM, "Eric Blake" wrote: On 08/23/2010 08:27 PM, Edward Peschko wrote: > All, > > I've been working lately at upgrading my debugging tools and procedures, and > have come t

Re: File name/Line numbers with tracing output.

2010-08-24 Thread Dennis Williamson
On Tue, Aug 24, 2010 at 2:44 AM, Joachim Schmitz wrote: > Edward Peschko wrote: >> >> All, >> >> I've been working lately at upgrading my debugging tools and >> procedures, and have come to looking how I can improve debugging >> bash. >> I know about bash -x , but its terribly annoying because, ev

Re: File name/Line numbers with tracing output.

2010-08-24 Thread Eric Blake
On 08/23/2010 08:27 PM, Edward Peschko wrote: All, I've been working lately at upgrading my debugging tools and procedures, and have come to looking how I can improve debugging bash. Have you tried the bashdb package? It takes full advantage of a wide variety of bash features to make it pos

Re: File name/Line numbers with tracing output.

2010-08-24 Thread Joachim Schmitz
Edward Peschko wrote: All, I've been working lately at upgrading my debugging tools and procedures, and have come to looking how I can improve debugging bash. I know about bash -x , but its terribly annoying because, even though it shows the evaluated text, there is no explicit way to tie th

File name/Line numbers with tracing output.

2010-08-24 Thread Edward Peschko
All, I've been working lately at upgrading my debugging tools and procedures, and have come to looking how I can improve debugging bash. I know about bash -x , but its terribly annoying because, even though it shows the evaluated text, there is no explicit way to tie that output back to the sc