I downloaded the trial version of LUA Glider and tried a lua script of just “print(‘this is a test’)”. It inserted a ‘require “CiderDebugger”’ line into the script and can’t find it. I found it in luaglider2, tried adding luagilder2 to the LUA path, but it fails to load with a complaint about invalid arg #1 to pairs on 1499 in CiderDebugger. So that doesn’t seem to be the correct solution to this problem.
I’m just wanting to run plain old lua scripts. I’m writing addons for The Elder Scrolls Online so I mostly can’t actually run anything. Since I’m relatively new to lua though I do like to test theories on what you can and can’t do with lua before trying it in an addon.