enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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 ...

  3. 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

  4. 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).

  5. 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

  6. ZeroBrane Studio - Wikipedia

    en.wikipedia.org/wiki/ZeroBrane_Studio

    ZeroBrane Studio provides local, remote and cross-platform debugging for applications executing Lua code. The debugger supports the following functions: step through the code, set/remove breakpoints, inspect variables and expressions using the Watch window, inspect the call stack with local values and upvalues (local values defined in the outer ...

  7. Wikipedia:Lua unit testing - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Lua_unit_testing

    Tactics for unit-tests: Now, back to unit testing, there is a tactic of self-testing in units, such as a debug-mode switch to run extra testing inside a unit, along with typical "parameter validation" which catches and reports improper data sent into the unit.

  8. 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 ...

  9. Wikipedia:Lua - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Lua

    Special:PrefixIndex/Module: – tracking of Lua modules can be done by using Special:PrefixIndex; Help:Lua debugging – a how-to guide about debugging Lua modules; Module:Sandbox provides a pseudo-namespace for experimenting with Lua modules; Manual:Coding conventions/Lua – standards to improve the readability of code through consistency