help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Put debug breakpoints on a bash


From: Tony Esposito
Subject: Re: Put debug breakpoints on a bash
Date: Wed, 15 Sep 2021 08:07:00 -0400

If you just want to have breakpoints, have you tried using bashdb?

On Wed, Sep 15, 2021 at 7:17 AM Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com>
wrote:

> you, code wanted debug displayment right into the parts
> optionally like [[ -v ed ]] && printf 'my debug %s info\n' ..
>
> oh u mean like debug pauses ? theres nothing like it
> maybe..
>
> [[ -v enable_debug ]] && read -ep 'whatever reached, press enter to
> continue.. '
>
> On Wed, Sep 15, 2021, 12:44 Budi <budikusasi@gmail.com> wrote:
>
> > How do we have/put debug breakpoints on a bash script ?
> > Try -v or -x, -n without getting it
> >
> >
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]