Debugging ClojureScript

added by JavaScript Kicks
1/9/2016 12:09:34 PM

641 Views

A quick cheatsheet of approaches to debug ClojureScript code I've found useful. Error messages and Source Maps Error messages are pretty good in ClojureScript, especially in conjunction with source maps. Enabling source maps will get you a stack trace which points to a place where an error occurred in ClojureScript rather than in JavaScript compiled output.


0 comments