mdb runner/parser WIP

Do I continue like this? or just integrate the mdb runner itself into
luadebug?
This commit is contained in:
2025-10-26 16:30:57 +01:00
parent 92fd3cabf8
commit 349cbc8175
4 changed files with 168 additions and 46 deletions

View File

@ -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