Skip to content
Charly edited this page Mar 1, 2022 · 2 revisions

These functions allow tracing different values of the program thus helping its debugging. We recommend windows users to use _d() which makes this task much easier.

_d()

_d( 'Hello var', 1234, date(), { 'var1' => 123 }, {}, NIL ) 

Output console via DbWin32. Powerful to tracing values. Only for Windows version

_l()

_l( 'Hello var', 1234, date(), { 'var1' => 123 }, {}, NIL ) 

Output to file log.

_w()

_w( 'Hello var', 1234, date(), { 'var1' => 123 }, {}, NIL ) 

Output to web screen formatted.

Code example | Demo

Clone this wiki locally