Skip to content
Snippets Groups Projects
Commit bf8b76a4 authored by Maksim Kokryashkin's avatar Maksim Kokryashkin Committed by Igor Munkin
Browse files

lua: proxy -j and -b flags

There are two flags in the LuaJIT useful for debugging and runtime
configuration purposes: `-j` and `-b`. However, if you want to
check the same Lua code from the Tarantool, you will need to make
some adjustments in the script itself, as those flags are not
present in the Tarantool's CLI.

This patch introduces those flags to the Tarantool, so debugging is
much more convenient now. Flags are working the same as they do in
the LuaJIT.

Closes #5541

NO_DOC=http://luajit.org/running.html#opt_b
NO_DOC=http://luajit.org/running.html#opt_j
parent 6e9513d6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment