spin6lock / luadebug

A lua debugger in independent lua VM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A lua debugger in independent lua VM


Languages

Language:C 79.9%Language:Lua 18.7%Language:Makefile 1.4%