From 0f0fb2256a46a8808794d7d4746d112278da3730 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 10 Jan 2019 16:33:37 -0800 Subject: Major overhaul of how modules and environments work, along with some steamlining and tweaks to the makefile. Version bump: 6.14.13.8 --- code_obj.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code_obj.lua') diff --git a/code_obj.lua b/code_obj.lua index a09608f..05de45b 100644 --- a/code_obj.lua +++ b/code_obj.lua @@ -163,6 +163,9 @@ do repeat local b = select(i, ...) assert(b, "code bit is nil") + if b.Dict then + require('ldt').breakpoint() + end assert(not Source:is_instance(b), "code bit is a Source") if b == '' then _continue_0 = true -- cgit v1.2.3