[Tried sending this before. Never appears to have shown up. Trying again after mucking with my Google account some.]
On Tue, Oct 21, 2008 at 11:11 AM, Allen Rohner <[EMAIL PROTECTED]> wrote: > >> 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. No love with slime-load-file. When I get some time I'll try sticking my code into a .jar and see if that gets me anywhere. Or has anyone ever gotten this to work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---