pkulchenko / MobDebug

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

add `printline` and `printhook` options #75

Open E-Fir opened 1 year ago

E-Fir commented 1 year ago

Problem: the debugger occasionally doesn’t work: at all or for some features. Solution: add printline and printhook options to debug MobDebug by logs

If mobdebug.printline == true then MobDebug prints every line it receives. If mobdebug.printhook == true then MobDebug prints hook data on every debug hook event.