Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iXerxes opened this issue Sep 7, 2024 · 0 comments
Open

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

iXerxes opened this issue Sep 7, 2024 · 0 comments

Comments

@iXerxes
Copy link

iXerxes commented Sep 7, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant