> I wonder if this doesn't have something to do with the fact that I'm
> doing everything via the REPL. Is it possible to break on code you've
> evaluated via M-x slime-eval-buffer? I'm able to set breakpoints in
> (e.g.) boot.clj.

I think it does. The compiler associates a file name line number with
each line in your file. The debugger uses those line numbers to set
breakpoints i.e. "set breakpoint on file foo.clj, line 15". Eval-ing
into the repl you don't get useful line numbers. Try using slime-load-
file.

Allen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to