edolphin-ydf / gopherlua-debugger

a gopherlua debugger based on emmylua and gopher-lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L.SetHook undefined

jinq0123 opened this issue · comments

λ 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)

Did you follow the readme and do the replace in go.mod ?