aboutsummaryrefslogtreecommitdiff
path: root/code_obj.moon
diff options
context:
space:
mode:
Diffstat (limited to 'code_obj.moon')
-rw-r--r--code_obj.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/code_obj.moon b/code_obj.moon
index 1586d15..ce8e715 100644
--- a/code_obj.moon
+++ b/code_obj.moon
@@ -60,6 +60,7 @@ class Code
for i=1,n
b = select(i, ...)
assert(b, "code bit is nil")
+ if Source\is_instance(b) then require('ldt').breakpoint!
if b == '' then continue
bits[#bits+1] = b
if type(b) == 'string'