-
-
Notifications
You must be signed in to change notification settings - Fork 4
Custom Connect
You need to first build the eval-server to be able to connect to it from Eclipse in your custom Common Lisp version/environment.
Follow Build the SBCL environment
in the update description for this: https://github.com/Ragnaroek/dandelion/wiki/Environment-Update
After you build the binary that contains the eval-server, you can start it with environment 40123 NIL DEBUG
. The first argument is the port number the eval-server listens to. Second argument is whether the server should terminate after receiving a command. The third argument is the log level. You can also supply 'OFF' here for no debug output.
You can now configure the Eclipse plugin to connect to your custom build. Open Preferences > Lisp > Lisp Environments
and Add
a new one with these settings:
This environment can now be choosen in a project like the ones supplied via plugins, but you have to manually start the environment before connecting/evaluating the first expression.