Planing to deprecate some :repl/ aliases from https://github.com/practicalli/clojure-cli-config, as there are several that are very similar aliases and some aliases including features not used by Practicalli, e.g. clj-refactor and sayid debug tool.
• :repl/debug and :repl/rebel-debug
• :repl/refactor , :repl/debug-refactor and :repl/rebel-debug-refactor
:repl/reloaded is the recommended alias for a REPL reloaded workflow as used by Praticalli. A community member has https://github.com/practicalli/clojure-cli-config/pull/75, so considering adding :repl/reloaded-debug alias for them, although will be relying on the users of this alias to feedback any issues.
Practicalli rarely uses a debug tool, occasionally Emacs cider-debug tool if there are some 'interesting' things happening with recursion.
The flowstorm debug tool can be included during REPL startup using the :lib/flowstorm alias from the Practicalli Config.
Please add a thread comment to this message if you have any opinions about these aliases, especially if they are relied upon.
> Note: use clojure -X:deps aliases to see a list of all aliases available to the user