Yep, source maps only work when "Debug in Chrome" is enabled - however this is useful enough for development - if you switch on "pause on caught exceptions" when there's an error the debugger will break and you'll be taken to the line that caused the error. With figwheel in dev mode this is somehow mapped back to clojurescript files, (possibly because the bundler is circumvented?).