pkulchenko / MobDebug

Remote debugger for Lua.
Other
889 stars 192 forks source link

save all standart Lua function to local variables #35

Closed rst256 closed 7 years ago

pkulchenko commented 7 years ago

@rst256, any rationale for this? Why is this better than the current state?

pkulchenko commented 7 years ago

Closing for now as I'd still like to hear the rationale. Feel free to re-open with additional details.

muescha commented 2 years ago

my guess: to be safe that mobdebug uses the default lua functions in case someone overwrite these functions later with a custom implementation