debugger.lua
debugger.lua copied to clipboard
Coroutines
It would be great if using finish or next within a coroutine would avoid triggering the REPL outside that coroutine (unless the coroutine dies). You can always use step if you want to follow yields.