-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profile :debug-repl not found #144
Comments
I got literally the exact same thing... not much to go on unfortunately... |
Same issue here, no clue about what's going on |
As for the NullPointerException (manual start), you can get rid of it by hard coding the two values that should come from env vars in profiles.clj, such as: With this, the repl can be started manually.
|
If you explicitly set the working directory in the launch config (see the line with cwd below), the repl launches fine, but the debugger doesn't seem to connect. |
I'm also getting the same error. |
I ended up with Atom + ProtoRepl and am very happy with it - see https://git.io/atom_clojure_setup |
me too same issue, did any find the solution here? |
Also encountering this issue. |
See this tutorial about this extension. This will help you solve these issues. |
Environment
Description
Unable to start repl debugger. I tried using the example project here but was unable to get it running. I'm getting
If I try and run
lein with-profile +debug-repl repl
from the command line I instead getAny clue what is going on?
Steps to Reproduce
See indiejames/clojure-code-demo#2
The text was updated successfully, but these errors were encountered: