diff options
author | Kim Alvefur <zash@zash.se> | 2020-10-28 22:42:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-10-28 22:42:43 +0100 |
commit | 1e8f53864feaf660df3b64ff510d644636ef532a (patch) | |
tree | 8d63846c7fbe0d4cf12067fee9cec4581b5349dc /util-src/makefile | |
parent | 74962fab10271a5154adbbd6459bba0d56bf6e3c (diff) | |
download | prosody-1e8f53864feaf660df3b64ff510d644636ef532a.tar.gz prosody-1e8f53864feaf660df3b64ff510d644636ef532a.zip |
tools/tb2err: Formats Lua traceback in errors.err format
Manually opening to the files and line numbers from a Lua traceback is
tedious. This tool converts tracebacks into a format that many compilers
and such tools use, which is also compatible with Vim (and possibly
other editors).
Thus if someone sends you a pastebin link with a traceback, a command
like the following gets you right to the relevant lines:
curl paste.example/abc123.txt | tb2err > errors.err; vim -q
Diffstat (limited to 'util-src/makefile')
0 files changed, 0 insertions, 0 deletions