https://github.com/atirut-w/ldb
Lua debugger written in Lua
https://github.com/atirut-w/ldb
debugger lua
Last synced: 10 months ago
JSON representation
Lua debugger written in Lua
- Host: GitHub
- URL: https://github.com/atirut-w/ldb
- Owner: atirut-w
- Created: 2021-12-06T11:59:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T13:37:58.000Z (about 4 years ago)
- Last Synced: 2025-02-07T13:49:41.303Z (12 months ago)
- Topics: debugger, lua
- Language: Lua
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.