Hacker News new | ask | show | jobs
by Phlow 3229 days ago
Still can't get a debugger; statement to break... https://github.com/nodejs/node/issues/7593
1 comments

It's amazing to me how blazé the Node community is about breaking the debugger. In other language communities that would be considered sacrilege, but in Node the response is often "meh... I just console.log everything". Transpiling, source maps, so many hacks that barely work.