Simerax and xf Custom Debug Hook in Go via "State.SetHook" (#99)
11106aa May 7, 2021
Custom Debug Hook in Go via "State.SetHook" (#99)
With this commit it's now possible to define a custom debug Hook in Go
via the new Function "State.SetHook". Currently there is only one Hook
per State which means that a call to "State.SetHook" will always
override the previously set hook.

This hook is always of type "LUA_MASKCOUNT"

Co-authored-by: xf <xf@b-schuessler.de>
11106aa