lua-debug icon indicating copy to clipboard operation
lua-debug copied to clipboard

Outputting to "internalConsole" doesn't work in versions 2.0.6+

Open iXerxes opened this issue 5 months ago • 0 comments

Using the console output setting (lua.debug.settings.console) as internalConsole will only reliably work in Lua Debug v2.0.5.

While using "Run File", there are a couple issues that can occur:

  1. The console will only output the program once after a handful of tries.
    • Attempting to run the file again will briefly open and close a console window, but no output will be displayed.
    • If you're lucky, there will be an output displayed, roughly every 1/10 tries, but often less than this.
  2. The output is often incomplete. - Trying running this code: for i = 1, 10 do print(i) end - This should print a list of numbers from 1-10, however, when/if the output is displayed, only 1 is printed.

iXerxes avatar Sep 07 '24 22:09 iXerxes