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