debug-repl VS scope-capture

Compare debug-repl vs scope-capture and see what are their differences.

debug-repl

A Clojure debug repl as nrepl middleware (by gfredericks)

scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran (by vvvvalvalval)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
debug-repl scope-capture
3 9
99 557
- -
0.0 0.0
over 3 years ago over 1 year ago
Clojure Clojure
Eclipse Public License 1.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

debug-repl

Posts with mentions or reviews of debug-repl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-06.
  • Debugging in Clojure
    5 projects | news.ycombinator.com | 6 Jul 2021
    Cursive's debugger doesn't, but as one of the other posters mentioned there's a library called debug-repl which gives you this: https://github.com/gfredericks/debug-repl.

    However, as I mentioned in the article, I've found it's usually better to use scope-capture than a debugger that pauses execution. The main reason is that I mainly work with Kafka Streams atm, and when the debugger pauses one thread other threads start timing out and throwing exceptions.

  • Let, try and other code blocks in the REPL
    4 projects | /r/Clojure | 24 Mar 2021
    I think gary already did this with debug repl.

scope-capture

Posts with mentions or reviews of scope-capture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-10.

What are some alternatives?

When comparing debug-repl and scope-capture you can also consider the following projects:

mulog - μ/log is a micro-logging library that logs events and data, not words!

clojure - The Clojure programming language