Debugger: display code being executed

Can the debugger please print out the code that is executing to the terminal?

Ideally it would include a little context:

> so
Paused at file main.lua line 13

local c = function(x) {
==> if stuff then junk() end
}

Bonus points for commands to display context above/below the current line

views:1826 update:2011/9/17 18:17:57
corona forums © 2003-2011