When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Module:Example of lua debugging - Wikipedia

    en.wikipedia.org/.../Module:Example_of_lua_debugging

    Used as an example in Help:Lua debugging#To see the value of a variable without changing the code local p = {} p. Hello = 'Hello' function p. calc (num) return ...

  3. Help:Lua debugging - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_debugging

    This help-page, Help:Lua debugging, explains issues of writing Lua script and debugging the source code, to remove errors or improve performance. Because Lua is a "semi-compiled" interpreted language, it does not prescreen for all common syntax errors, nor detect misspelled variables, which are only found at runtime when seeing the " Script ...

  4. Help:Lua - Wikipedia

    en.wikipedia.org/wiki/Help:Lua

    Help:Lua for beginners; Help:Lua debugging – about debugging Lua modules; Wikipedia:Lua style guide – standards to improve the readability of code through consistency; Module:Sandbox provides a pseudo-namespace for experimenting with Lua modules

  5. Module:SimpleDebug - Wikipedia

    en.wikipedia.org/wiki/Module:SimpleDebug

    Contains a functions to help debug the lua modules.It allows to collect and view the values of several variables and/or points in your lua program, from a module (which is usual) or in several modules (which are required from the main module).

  6. Wikipedia:Lua/Resources - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Lua/Resources

    Wikipedia:Lua style guide – standards to improve the readability of code through consistency "What do converted templates look like?" (slideshow) Help:Lua debugging – a how-to guide about debugging Lua modules; Help:Lua for beginners – basic tutorial and pointers; Wikipedia:Lua string functions – string performance considerations and limits

  7. Module:Example of lua debugging/doc - Wikipedia

    en.wikipedia.org/wiki/Module:Example_of_lua...

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate

  8. Help talk:Lua debugging - Wikipedia

    en.wikipedia.org/wiki/Help_talk:Lua_debugging

    1 debug console example. 1 comment. 2 Lua (programming language) Help. 1 comment. Toggle the table of contents. Help talk: Lua debugging. Add languages.

  9. ZeroBrane Studio - Wikipedia

    en.wikipedia.org/wiki/ZeroBrane_Studio

    ZeroBrane Studio is a lightweight open-source Lua IDE with code completion, syntax highlighting, code analyzer, live coding, and debugging support for Lua 5.1, Lua 5.2, Lua 5.3, Lua 5.4, LuaJIT, and other Lua engines.