jazzdotdev / jazzdotdev/jazz

Modify Lua module loader to trace each file as it's executed

Abierto
#167 2 comentarios 0 reacciones 1 asignado Reclamado por @Arnaz87 Ver en GitHub
progress/1 size/0.5 track/unscoped value/0.75
Lenguaje dominante
Rust
Estrellas
147
Forks
10
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

If we can prepend every Lua file Torchbear runs with
```
log.trace("running: " .. debug.getinfo(1, 'S').source)
```
Then it'd be much easier to debug.

Since bridge.lua already sends off into the app, I think we'd have to modify the package searcher to basically do standard `require()`, but just add that one liner ahead of the module to run.

Possible?

---
or add `need`, `use`, or `run` instead of require

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.