debugger.lua
debugger.lua copied to clipboard
how to use it when debugging nginx-lua scripts?
after i curl my request, script just stop run, and no entry to debug
I have never used nginx before.
Are you running it in a terminal?
What happens if you do this:
print("before")
dbg()
print("after")
Does it print anything to the terminal?