diff options
Diffstat (limited to 'code_obj.lua')
| -rw-r--r-- | code_obj.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/code_obj.lua b/code_obj.lua index a822499..84af36a 100644 --- a/code_obj.lua +++ b/code_obj.lua @@ -86,6 +86,9 @@ do repeat local b = select(i, ...) assert(b, "code bit is nil") + if Source:is_instance(b) then + require('ldt').breakpoint() + end if b == '' then _continue_0 = true break |
