Skip to content

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

@iXerxes

Description

@iXerxes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions