aboutsummaryrefslogtreecommitdiff
path: root/code_obj.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-12 21:42:09 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-12 21:42:16 -0700
commit0fd3d1f2b98e8ef861b2f4c12cb471d1a151594d (patch)
treee02a64d830027aa07097ce6c5d275478c406c76d /code_obj.lua
parentaf62e3e8bf2794048e7c20fc16fabd8c4726961e (diff)
Fixing up comments, slowly.
Diffstat (limited to 'code_obj.lua')
-rw-r--r--code_obj.lua3
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