airtrack / lua-debugger Public
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
A simply command line lua debugger. This debugger is commonly used in C/C++ project with lua, add debugger.lua file to the project's lua script directory, and load it. Then you can use debugger.addfuncbreak to add a function break point or debugger.addlinebreak to add line break point. This debugger uses command-line interacting with you, so your project should enable standard io. when breaking a point, you can do some operations, which is similar to gdb, and you can type 'h' for help.
About
A simple command line lua debugger
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published