82 points by adityaathalye 17 days ago | 4 comments
A Debugger is a REPL is a Debugger(matklad.github.io) I love debuggers! The last time I used a debugger seriously was in 2017 or so, when I was still coding in Kotlin. I’ve since switched to working with native code, and, sadly gdb and lldb are of almost no help for me. This is because they are mere “debuggers”, but what I need is a REPL, and a debugger, all in one. In this article I show a more productive way to use debuggers as REPLS.
4 points by richardfontana 175 days ago | 0 comments
REPL for Dart(github.com/fzyzcjy) A lot of sibling languages have a REPL, and is quite helpful in everyday usage, while Dart did not have it (even though it was the 7th highest-voted request). So here it comes!