I spoke about it at Clojure/West:
https://www.youtube.com/watch?v=ql77RwhcCK0. I talked there about some of
the limitations, but it works really nicely for the most part.

CIDER actually has a nice debugger these days too. It works in a very
different way, via source instrumentation. It works better for some things,
but the sort of problem from this thread (unexpected exceptions in
multithreaded scenarios) is one of the situations where Cursive's really
shines.


On 12 April 2017 at 13:55, Timothy Baldridge <[email protected]> wrote:

> Cursive has had a really good debugger for a long time. I don't use it
> much, but when I need it it *just works*.
>
> Timothy
>
> On Tue, Apr 11, 2017 at 7:37 PM, Didier <[email protected]> wrote:
>
>> A good debugger is indeed extremely useful for Clojure - I use one every
>>> day :-)
>>>
>>
>> Am I living in the past? I thought Clojure didn't have a way to step
>> through code interactively?
>>
>> On Tuesday, 11 April 2017 16:30:14 UTC-7, Colin Fleming wrote:
>>>
>>> A good debugger is indeed extremely useful for Clojure - I use one every
>>> day :-)
>>>
>>> On 12 April 2017 at 05:29, Didier <[email protected]> wrote:
>>>
>>>> Experimentation is good. This is indeed surprising. I think it shows
>>>> that a good debugger would still sometime be useful in Clojure. I can't
>>>> really explain what's happening.
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Clojure" group.
>>>> To post to this group, send email to [email protected]
>>>> Note that posts from new members are moderated - please be patient with
>>>> your first post.
>>>> 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
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Clojure" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to [email protected]
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> 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
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> “One of the main causes of the fall of the Roman Empire was that–lacking
> zero–they had no way to indicate successful termination of their C
> programs.”
> (Robert Firth)
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to