Log In  
Follow
bitmat
[ :: Read More :: ]

Cart #lens-3 | 2024-04-23 | Embed ▽ | License: CC4-BY-NC-SA
6

Lens 0.1.2

Capture and view debugging information. This app will run and allow you to send it values to log and inspect. Since this runs as a separate process, you can still inspect log values even in the event of your program crashing.

Supports all data types and includes the ability to inspect table values.

Usage

To use, include "libs/lens.lua" from the cart, and call Lens.log().

Otherwise just send a "log" event to the lens process:

send_message(lens_pid, {
    event = "log",
    value = "log output",
})

This is an early release to collect feedback, so please let me know if you find it useful or any issues you encounter.

P#147194 2024-04-23 14:46 ( Edited 2024-04-23 22:21)