I think someone on this mailist recently said that an exception that occurs 
in a thread is sometimes lost? That is, even if I put in a lot of pprint 
statements or println statements* or (stack/print-stack-trace e) 
expressions, and I just want it to show up in terminal, so I can debug it, 
but if the exception happens in a background thread, it gets lost? If this 
is true, what is the best way to find these errors? 

I have been unable to save a document to MongoDb using Monger. I assume the 
problem is that my connection credentials are wrong, but no error ever 
appears in the output. I posted the question to 
Stackoverflow: 
http://stackoverflow.com/questions/14564589/how-do-i-add-a-document-to-mongodb-with-monger-and-clojure

But so far I have no answers. 

*I do realize that in Clojure there are no statements, but I assume my 
meaning was clear enough. 


-- 
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to