You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a Interpreter with which i want to parse lua Files. Everything works fine and i also included it to Zerobrane so that i can choose it as a Interpreter for Debug. My issue now is that the Interpreter has functions which are not in Lua 5.1. So when i am not in the Debug Mode the locale Console is not my Interpreter but the Lua 5.1 Interpreter. So my Functions are only recognized while Debugging. That is a little bit of bad for my Plans. So i got 2 Options.
Only show the Frame for the locale Console while Debugging
or
Change the Code so that my Interpreter will always be used independet if debugging or not.
i know there is no implemented configuration for that so i was just playing with the source code but did not find any way to change it. My Interpreter works with every required extension like 'wx' etc. So it also should be possible to run zerobrane on my Interpreter.
Any Ideas how to do it?
The text was updated successfully, but these errors were encountered:
Hey,
I got a Interpreter with which i want to parse lua Files. Everything works fine and i also included it to Zerobrane so that i can choose it as a Interpreter for Debug. My issue now is that the Interpreter has functions which are not in Lua 5.1. So when i am not in the Debug Mode the locale Console is not my Interpreter but the Lua 5.1 Interpreter. So my Functions are only recognized while Debugging. That is a little bit of bad for my Plans. So i got 2 Options.
or
i know there is no implemented configuration for that so i was just playing with the source code but did not find any way to change it. My Interpreter works with every required extension like 'wx' etc. So it also should be possible to run zerobrane on my Interpreter.
Any Ideas how to do it?
The text was updated successfully, but these errors were encountered: