Lua Attach Debug Issue [message #1637190] |
Thu, 26 February 2015 10:40  |
Eclipse User |
|
|
|
I got the debugger.lua client from LDT, currently running 1.2.1.201408220948.
In OpenResty I have a location in my nginx.conf file that has debugging like so.
====
require("debugger")("127.0.0.1", "10000", "luaidekey")
====
When I try to debug I am getting the following error.
====
2015/02/26 10:27:39 [error] 18409#0: lua entry thread aborted: runtime error: ./src-third-party/debugger.lua:3150: attempt to perform arithmetic on a nil value
====
Earlier I tried what I think is an earlier version of the debugger.lua. It was not following correctly after a break but it did get to the debug perspective etc. So I know that this stuff got pretty far along with the debugger.lua that was I think an earlier one,
Is there a step I missed?
Thank you for any assistance.
|
|
|
|
Powered by
FUDForum. Page generated in 0.02864 seconds