rocky / zshdb

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

Start to redo how "quit" and termination work. #55

Closed rocky closed 8 months ago

rocky commented 9 months ago

We now note user exit versus normal program termination in "info program".

More work is needed.

rocky commented 9 months ago

@jansorg still more work is needed here. The "list" command is not listing lines. However I think the termination problems you encountered are fixed here. When you have a chance please verify. Thanks.

jansorg commented 8 months ago

@rocky Thank you! I verified this branch with the sample code posted in the issue https://github.com/rocky/zshdb/issues/54 and your code is working for me now as exepcted.

rocky commented 8 months ago

@jansorg Great - good to hear! Next week I will try to get the tests working again and then I'll commit.