forked from LightTable/LightTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging Issues
Gabriel Horner edited this page Oct 25, 2015
·
3 revisions
These are debugging tips gained from experience:
-
If user is having trouble connecting to a client, make sure related shell executables are on
$PATHe.g. #1640. A user's shell/terminal$PATHcan be different than the one LightTable sees e.g. #1623. This is determined byjs.process.env.PATHin proc.cljs. -
If you're having trouble connecting to a Clojure(Script) project, check this troubleshooting list.
-
If you're having trouble connecting to the Clojure Instarepl, you might have an old version of the Ultra Leiningen plugin installed. Check your plugins in
~/.lein/profiles.cljand make sure you have at least version0.2.1. If this isn't the case, please open an issue, and we'll troubleshoot further.