debugger.lua icon indicating copy to clipboard operation
debugger.lua copied to clipboard

how to use it when debugging nginx-lua scripts?

Open ysjgxm opened this issue 6 years ago • 1 comments

after i curl my request, script just stop run, and no entry to debug

ysjgxm avatar Nov 13 '19 09:11 ysjgxm

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?

slembcke avatar Nov 25 '19 18:11 slembcke