[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Put debug breakpoints on a bash
From: |
Alex fxmbsw7 Ratchev |
Subject: |
Re: Put debug breakpoints on a bash |
Date: |
Wed, 15 Sep 2021 13:14:54 +0200 |
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
>
>