gopherlua-debugger
gopherlua-debugger copied to clipboard
a gopherlua debugger based on emmylua and gopher-lua
# Stack Nesting - Issue Hey @edolphin-ydf ! Just discovered another issue. For now, hoping you can help me out but if you don't have the bandwidth, I can dig...
他不工作,有什么好办法让他工作吗
I did your suggest steps,and all successful. TcpConnect also succed But i don't konw I create Go Build or Lua Application?Both of them I tryed but not breaked.
``` λ go get github.com/edolphin-ydf/gopherlua-debugger # github.com/edolphin-ydf/gopherlua-debugger D:\gopath\src\github.com\edolphin-ydf\gopherlua-debugger\debugger.go:148:8: L.SetHook undefined (type *lua.LState has no field or method SetHook) D:\gopath\src\github.com\edolphin-ydf\gopherlua-debugger\debugger.go:151:7: L.SetHook undefined (type *lua.LState has no field or method SetHook) ```
test.lua: ```lua package.cpath = package.cpath .. ';' .. './?.dll' local dbg = require('emmy_core') dbg.tcpConnect('localhost', 9966) ``` DoFile() returns error: ``` test.lua:2: module emmy_core not found: no field package.preload['emmy_core'] CreateFile ./emmy_core.lua:...
Thanks for making this. You say that if the author of gopher lua accepted your patch that you would no longer need to replace gopher lua. I couldn't find this...