debugger part 2

This commit is contained in:
kepler155c@gmail.com
2020-05-24 15:18:18 -06:00
parent f07302588c
commit 26b693d609
5 changed files with 116 additions and 43 deletions

View File

@@ -0,0 +1,4 @@
local completion = require('cc.shell.completion')
_ENV.shell.setCompletionFunction("packages/debugger/debug.lua",
completion.build(completion.program))