From 3312b63210e86543d280404d66908e6526445cbe Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 29 Sep 2024 03:54:24 -0500 Subject: [PATCH] Add status to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a96f33..0978d9f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Rebugger is an expression-level debugger for Julia. -It has no ability to interact with or manipulate call stacks (see [Gallium](https://github.com/Keno/Gallium.jl)), +It has no ability to interact with or manipulate call stacks (see [Debugger](https://github.com/JuliaDebug/Debugger.jl) or the debugger built into vscode), but it can trace execution via the manipulation of Julia expressions. The name "Rebugger" has 3 meanings: @@ -16,6 +16,10 @@ The name "Rebugger" has 3 meanings: - it is the [Revise](https://github.com/timholy/Revise.jl)-based debugger - it supports repeated-execution debugging +### Current status + +Currently broken and unmaintained due to the author having too many other packages to maintain. However, the functionality and general concept is still quite attractive. +For anyone interested in taking over maintenance, see [issue #90](https://github.com/timholy/Rebugger.jl/issues/90) for more information. ### JuliaCon 2018 Talk