Annotate
mod_traceback/README.markdown @ 5757:cef8bce2d71b
luacheck: Add new module API methods from trunk
See
* trunk rev 4d4f9e42bcf8
* trunk rev 65fb0d7a2312
* trunk rev c9ef35fab0b1
| author |
Kim Alvefur <zash@zash.se> |
| date |
Mon, 27 Nov 2023 07:10:06 +0100 |
| parent |
2799:db0f654b9b3f |
| rev |
line source |
|
2799
|
1 This module writes out a traceback to `traceback.txt` in Prosodys data
|
|
|
2 directory (see `prosodyctl about`) when the signal `SIGUSR1` is
|
|
|
3 received. This is useful when debugging seemingly frozen instances in
|
|
|
4 case it is stuck in Lua code.
|