mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Show full stacktraces #80

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

With CLJS-1224 it is now possible to efficiently show full stacktraces, even in the face of stack overflow resulting from recursion. Eliminate the 1024-frame limit introduced with #78.