Reply To: Debugging Support for Lua

Home Forums General Programming Debugging Support for Lua Reply To: Debugging Support for Lua

#30350
synth
Participant
    • Topics: 13
    • Replies: 35
    • Total: 48

    Yes I guess I can currently use “require” with the following patterns for the path to load packages distributed as .lua files, like mobdebug :

    http://www.lua.org/pil/8.1.html

    For C-packages there is http://www.lua.org/pil/8.2.html

    Still not sure where the io.lua file actually is though in Ctrlr. Or maybe its a C-package.

    ————-

    I found a C file in the current lua source code for lua-5.2.3 in liolib.c. I ll try getting the one for lua-5.1 and compiling it with Ctrlr.

    • This reply was modified 9 years, 6 months ago by synth.
    • This reply was modified 9 years, 6 months ago by synth.
    Ctrlr