Skip to content

Commit

Permalink
when in debugger output should be explicitly send to the current teminal
Browse files Browse the repository at this point in the history
  • Loading branch information
kt97679 committed Jul 4, 2022
1 parent a2b9e07 commit 69cc463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-debugger/bdb.sh
Expand Up @@ -31,6 +31,6 @@ __dbg__trap() {
}

set -T
trap "__dbg__trap" debug
trap "__dbg__trap >/dev/tty" debug

. "$@"

0 comments on commit 69cc463

Please sign in to comment.