Prometheus icon indicating copy to clipboard operation
Prometheus copied to clipboard

feat: source mapping

Open RodrigoDornelles opened this issue 5 months ago • 0 comments

a scenario where you just send the obfuscated lua code to the device, but an error occurs and you have a rollback file to understand the line and column in the original code, would that make sense? would it be possible? or does the lua runtime somehow simplify the tracestack to solve it? I'm still studying the code to be able to implement something.

RodrigoDornelles avatar Sep 22 '25 19:09 RodrigoDornelles