Re: bashdb question

2009-02-26 Thread Mike Frysinger
On Thursday 26 February 2009 17:36:12 lehe wrote: > I installed bashdb through Synaptic Package Manager of my Ubuntu 8.10 and > it was installed into /usr/share/bashdb/, /usr/bin/, /usr/lib/ etc. Not > sure these could be found by bash. > > How to know if DEBUGGER_START_FILE is defined in pathnames

Re: bashdb question

2009-02-26 Thread Chet Ramey
lehe wrote: > Thanks, Chet! > > I installed bashdb through Synaptic Package Manager of my Ubuntu 8.10 and it > was installed into /usr/share/bashdb/, /usr/bin/, /usr/lib/ etc. Not sure > these could be found by bash. > > How to know if DEBUGGER_START_FILE is defined in pathnames.h and define it

Re: bashdb question

2009-02-26 Thread lehe
Thanks, Chet! I installed bashdb through Synaptic Package Manager of my Ubuntu 8.10 and it was installed into /usr/share/bashdb/, /usr/bin/, /usr/lib/ etc. Not sure these could be found by bash. How to know if DEBUGGER_START_FILE is defined in pathnames.h and define it this way if not? Also I

Re: bashdb question

2009-02-26 Thread Chet Ramey
lehe wrote: > Hi, > I am beginning to use bashdb to debug my shell script. There is one problems > here. With "bash --debugger ./myscript.sh" it will run to finish without > stop, while with "bashdb ./myscript.sh" would stop at the beginning. How > could I stop in the first usage? Thanks a lot! Do