/luadebug

A lua debugger in independent lua VM

Primary LanguageC

REMOTE DEBUG

This is yet another lua debugger. It aims to separate debug code from host code. All you need to do is require 'remotedebug'. Remotedebug also makes intercept host code clean and easy. It doesn't add memory footprint to host vm.

Install

make linux