Fork me on GitHub
#beginners
<
2019-10-20
>
[object Object]03:10:32

What’s the best way to execute a shell command with a timeout? ( It should kill the process on timeout )

David Pham09:10:47

Is there a debugger for ClojureScript? I use Chrome, and the error messages are sometimes cryptic (and I just had silly mistake where I forgot to key my items in a loop in React and took me an hour to debug :/)

octahedrion15:10:36

@neo2551 yes use Chrome's debugger with sourcemaps (configured via Figwheel or whatever) can add breakpoints etc as normal & Clojurescript is mapped from generated JS

David Pham15:10:30

Great! I did not know you could set breakpoint inside cljs code