https://github.com/octacian/debugger
Debugger for Minetest mod developers.
https://github.com/octacian/debugger
debug debugger debugging developer-tools lua minetest
Last synced: about 1 year ago
JSON representation
Debugger for Minetest mod developers.
- Host: GitHub
- URL: https://github.com/octacian/debugger
- Owner: octacian
- License: mit
- Created: 2017-02-05T00:15:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T21:25:19.000Z (about 9 years ago)
- Last Synced: 2024-11-11T07:46:48.384Z (over 1 year ago)
- Topics: debug, debugger, debugging, developer-tools, lua, minetest
- Language: Lua
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Debug Tools for Mod Developers [debugger]
=========================================
This is meant to be a simple tool for developers to use while attempting to debug issues in mods. See below for planned features. This README will be updated as features are added.
Future tools and/or buttons are hidden from the creative inventory by default. To allow access in creative rather than just via `/giveme`, set `not_in_creative` to `0` in the `config.txt`.
For information about each individual feature, see the [documentation](https://github.com/octacian/debugger/tree/master/doc).
### Planned Features
- [x] Meta/Inv Editor
- [ ] Run Lua Code Under Environment (server won't crash)
- [x] In-Game Formspec Editor (doc/form_editor.md)
- [ ] In-Game HUD Editor (?)
..and possibly more