Where are my stacktraces?

232 views
Skip to first unread message

David Kincaid

unread,
Mar 11, 2013, 5:21:40 PM3/11/13
to nrep...@googlegroups.com
I can't seem to find my full stacktraces when an exception is thrown. All I'm getting in the *nrepl* buffer is one (apparently random) line from the stacktrack like this:

medical-notes-sampler.core> (-main)
NullPointerException   clojure.lang.Numbers.ops (Numbers.java:942)
medical-notes-sampler.core> 

can anyone help me figure out what I've done to supress the full stacktrace?

Thanks,

Dave

Tim King

unread,
Mar 11, 2013, 10:31:08 PM3/11/13
to nrep...@googlegroups.com
Hi Dave,
Check your settings for nrepl-popup-stacktraces and nrepl-popup-stacktraces-in-repl.
The README on github has details on them.

Cheers,
Tim



--
 
---
You received this message because you are subscribed to the Google Groups "nrepl-el" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nrepl-el+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

David Kincaid

unread,
Mar 11, 2013, 10:39:31 PM3/11/13
to nrep...@googlegroups.com
Thanks, TIm. I took at look at that earlier and they looked like they were set right. Here is what I have in my .emacs:

(setq nrepl-popup-stacktraces nil)
(setq nrepl-popup-stacktraces-in-repl t)


with that I should get the stacktraces when working in the repl. Or am I misunderstanding?

Dave

Ryan Fowler

unread,
Mar 13, 2013, 11:56:05 PM3/13/13
to nrep...@googlegroups.com
I don't know why your popup-stacktraces setting isn't working the way you want, but it is working they way I use the nrepl.el. I call (pst) if I want to see the stacktrace from an exception stacktrace in the repl.
Reply all
Reply to author
Forward
0 new messages