mdb runner/parser WIP
Do I continue like this? or just integrate the mdb runner itself into luadebug?
This commit is contained in:
@ -25,6 +25,8 @@ function shell:run(target, name)
|
||||
self.error(string.format("command not specified for target %s", name))
|
||||
end
|
||||
|
||||
self.on_state('running')
|
||||
|
||||
-- output pump
|
||||
core.add_thread(function()
|
||||
while true do
|
||||
|
||||
Reference in New Issue
Block a user