In case anyone wants to take over maintenance, here are some thoughts on how to resurrect this project. By far the biggest source of problems was due to HeaderREPLs, which provides the interactive experience (see the video linked from the README). HeaderREPL was built as a hack but never deeply integrated with REPL. Because it used internal methods in REPL, this made it fragile wrt Julia version.
There are two potential options (and they are not mutually exclusive):
improve the engineering of HeaderREPL and its integration with REPL (the interactive experience really is is quite nice)
split Rebugger out from HeaderREPL (i.e., design an interface that's independent), perhaps making the HeaderREPL experience optional through a package extension
From there, the rest might be fairly straightforward. Going through Rebugger's issues would probably reveal the main remaining limitations. #59 looks like one of the few which might require a bit of redesign.
In case anyone wants to take over maintenance, here are some thoughts on how to resurrect this project. By far the biggest source of problems was due to HeaderREPLs, which provides the interactive experience (see the video linked from the README). HeaderREPL was built as a hack but never deeply integrated with REPL. Because it used internal methods in REPL, this made it fragile wrt Julia version.
There are two potential options (and they are not mutually exclusive):
From there, the rest might be fairly straightforward. Going through Rebugger's issues would probably reveal the main remaining limitations. #59 looks like one of the few which might require a bit of redesign.