Where can I find the debugger files (./debugger/xxx.lua) [message #1702114] |
Sun, 19 July 2015 20:47  |
Eclipse User |
|
|
|
Hello everyone, I am trying to get the debugger to work, and am not having any luck because I cannot find the necessary files, even through intense googling.
The LDT documentation says "The DBGp Lua client is a Lua file which can be downloaded through the Lua Attach to Application launch configuration UI." Which I did. This produced a single file, debugger.lua (attached), however, when I try to invoke it in my code: require("debugger")("127.0.0.1","10000","luaidekey")
It gives me a file not found error for the following block:
local core = require "debugger.core" --LINE 328 of debugger.lua (attached)
local dbgp = require "debugger.dbgp"
local util = require "debugger.util"
local platform = require "debugger.platform"
local introspection = require "debugger.introspection"
local context = require "debugger.context"
Through my googling I managed to find what seems to be the debugger files for LDT's predecessor, link: https://github.com/eclipse/koneki.ldt/tree/master/libraries/luadbgpclient/debugger
This seems to have all the files referenced in the debugger.lua file except for debugger/core.lua. I even resorted to using Bing in an attempt to locate any copy of this file and it doesnt seem to exist anywhere.
Where can I get the proper file(s)?
Thank you.
Attachment: debugger.lua
(Size: 129.86KB, Downloaded 216 times)
|
|
|
|
Powered by
FUDForum. Page generated in 0.02623 seconds