I tried to enable the debug syntax into estudio without afording it. In this case it is from a library and it doesnt enter into the
debug
io.put_string ("any debug statement here")
end
What's wrong with my configuration?
I tried to enable the debug syntax into estudio without afording it. In this case it is from a library and it doesnt enter into the
debug
io.put_string ("any debug statement here")
end
What's wrong with my configuration?
Debug statements can be enabled and disabled by the associated key. Provided that there is no key in the example, the statement can be turned on by setting the value for Unnamed Debugs to
True.Edit. Named debug statements look like
where
fooandbarare debug keys that are used to select which statements to enable. Here, iffoois selected, both statements are enabled at run-time. Ifbaris selected, only the second statement is enabled.