rocky / zshdb

gdb-like "trepan" debugger for zsh
GNU General Public License v3.0
291 stars 23 forks source link

Make `a_fg` and `a_bg` local variables to avoid side-effects #46

Closed jansorg closed 1 year ago

jansorg commented 1 year ago

Equivalent of bashdb's https://github.com/BashSupport-Pro/bashdb/commit/7040df6523883626c0207ba9a3cc65bf873f5164

This PR add\s the two missing variables declarations to make them local.