Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-13 Thread Sean Neilan
I know. The church of emacs is becoming more compelling each day. As a convert from Vim, I have some baggage. I hope that won't be an issue. On Sat, Feb 11, 2012 at 10:50 AM, George Jahad wrote: > SeanC is referring to is the fact that swank-cdt now works seamlessly > with clojure-jack-in, than

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-11 Thread George Jahad
SeanC is referring to is the fact that swank-cdt now works seamlessly with clojure-jack-in, thanks to the efforts @tavisrudd and the indefatigable technomancy. On Feb 9, 9:18 am, Sean Corfield wrote: > On Wed, Feb 8, 2012 at 10:16 PM, George Jahad > > wrote: > > If you use Emacs and Swank-cloju

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-10 Thread Sean Neilan
On Thu, Feb 9, 2012 at 8:20 PM, Phil Hagelberg wrote: > Sean Neilan writes: > > > It's on the github page at the top. > > Forgive me if I'm slow, but I can't find it. Can you be more specific? > > The canonical page for swank-clojure is > https://github.com/technomancy/swank-clojure > > Sorry ab

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-09 Thread Phil Hagelberg
Sean Neilan writes: > It's on the github page at the top. Forgive me if I'm slow, but I can't find it. Can you be more specific? The canonical page for swank-clojure is https://github.com/technomancy/swank-clojure Are you talking about instructions for using swank-clojure.el or something else?

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-09 Thread Sean Neilan
On Thu, Feb 9, 2012 at 7:06 PM, Phil Hagelberg wrote: > Sean Neilan writes: > > > Should I trust the readme for swank-clojure, the dev.clojure.org > > site, the comments on dev.clojure.org, the blog post at > > technomancy.us/149 or the radically simplified setup here? > > The swank-clojure read

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-09 Thread Phil Hagelberg
Sean Neilan writes: > Should I trust the readme for swank-clojure, the dev.clojure.org > site, the comments on dev.clojure.org, the blog post at > technomancy.us/149 or the radically simplified setup here? The swank-clojure readme should be the most reliable. You may find a better explanation o

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-09 Thread Sean Neilan
There's so much documentation about how to set up emacs with clojure but not a lot of sources saying which documentation works. Should I trust the readme for swank-clojure, the dev.clojure.org site, the comments on dev.clojure.org, the blog post at technomancy.us/149 or the radically simplified se

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-09 Thread Sean Neilan
I agree. I'm a Vim user currently but with Lisp/Clojure, Emacs is the way to go. On Thu, Feb 9, 2012 at 11:18 AM, Sean Corfield wrote: > On Wed, Feb 8, 2012 at 10:16 PM, George Jahad > wrote: > > If you use Emacs and Swank-clojure, it is much > > easier to use swank-cdt, as your UI: > > > > http

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-09 Thread Sean Neilan
It works! Thank you so much for looking into this! I really appreciate what you have done. I went through the rest of the documentation and found three other minor misnomers. One, if you set a breakpoint on a function defined in the repl, you'll have problems. As long as anything you set a breakp

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-09 Thread Sean Corfield
On Wed, Feb 8, 2012 at 10:16 PM, George Jahad wrote: > If you use Emacs and Swank-clojure, it is much > easier to use swank-cdt, as your UI: > > http://georgejahad.com/clojure/swank-cdt.html I just want to chime in and say swank-clojure 1.4.0 has made this process so much simpler and it really is

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-08 Thread George Jahad
forgot to mention that Hugo Duncan is also working on a debugger which can be found here: https://github.com/pallet/ritz On Feb 8, 10:16 pm, George Jahad wrote: > Sorry about that.  As you noticed the doc here was out of date: > > http://georgejahad.com/clojure/cdt.html > > It should be fixed no

Re: Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-08 Thread George Jahad
Sorry about that. As you noticed the doc here was out of date: http://georgejahad.com/clojure/cdt.html It should be fixed now. Just for your reference however that doc only describes the command line version of CDT. If you use Emacs and Swank-clojure, it is much easier to use swank-cdt, as you

Clojure CDT up, cont, down, local-names throws arity errors after hitting breakpoint

2012-02-08 Thread Sean Neilan
Hi All, I'm using Clojure 1.3.0 with CDT 1.2.6.2 on OSX Lion with Java 1.6. I want to set a breakpoint on -main on the program to be debugged. So, run lein repl on this program. It opens up port 8030 successfully. (This is based off the documentation here: http://georgejahad.com/clojure/cdt.html