On May 25, 5:53 pm, David Nolen <dnolen.li...@gmail.com> wrote:
> Oops actually it works for .clj files that have been loaded via :use and
> :require in the ns declaration, but not for the source file you're editing
> (it seems). Have you found a workaround for this or have a usage pattern
> where you can get it to work for the current file being edited?
>
I think the problem you are running into is that breakpoints get
messed up when you reload a file, (or a single function if you are
using slime.) You have to restart the jvm each time you want to
reload a file. It's a known problem (mentioned in the doc.) I think I
have a fix for it, but I'm on vacation with this week and won't get to
it till next week or so.
For now, you'll just have to restart the vm. I'll let you know in a
week or two when I have a fix.
g
--~--~---------~--~----~------------~-------~--~----~
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
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---