Skip to content

atirut-w/ldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LDB

Make Lua debugging easier.

Installation

OpenOS

Copy ldb.lua to /usr/bin/. Alternatively, if you have Bake installed, you can run bake install to install it.

Real operating systems

This works on any operating system that supports Lua(haven't tested this on Windows). Just install it like how you would any other script-based program(hint: shebangs and chmod).

Usage

Run ldb [program] where [program] is the Lua script you want to debug.

Debugging commands

To get a list of commands, use the help command.

About

Lua debugger written in Lua

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages