Modul:SimpleDebug/dok: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
Nova stran z vsebino: 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...
 
Jmarchn (pogovor | prispevki)
mBrez povzetka urejanja
Vrstica 1:
Contains a functions to help [[:en:Help:Lua debugging#How debug|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).
 
It is designed so that its functions are called from within the module that is to be debugged, calls that will have to be part of the code (of the module that you have designed, or that you want to improve or adapt) until you decide to delete them (when you already have determined the bug). Thus, you do not have to call any of its functions from an invoke.
Vrstica 34:
|<code>plaintext</code> || false ||
Deletes html format.
|-
|<code>addcount</code> || false ||
Adds an autoincremental number at the beginning of each call of a function.
|-
! colspan="3" |One point to watch