Trepan-Debuggers / zshdb

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

Add gdb/bashdb watchpoints #33

Open rocky opened 3 years ago

rocky commented 3 years ago

See http://bashdb.sourceforge.net/bashdb.html#index-watchpoints

and the code https://sourceforge.net/p/bashdb/code/ci/bash-5.1/tree/lib/break.sh and https://sourceforge.net/p/bashdb/code/ci/bash-5.1/tree/command/watch.sh

@roc007 - is this something you'd be interested in?