MTATD
MTATD copied to clipboard
MTA:SA debugger and unit testing framework
For example in use with https://github.com/sbx320/lua_utils/blob/master/async.lua! When you set a breakpoint in a functions which get called via ```lua Async.create(function...)(args...) ``` the breakpoint doesn't work!
Executing a command via the debug console takes up to 1s. That's too long!
Debugging on the client is __very__ slow at the moment, because some events (onClient(Pre)Render) are called too often. This is not fixable, thus ignoring such events is probably the best...
(Display it like if the debugger is waiting for the resource to start)
Exclude certain files when stepping through the code (e.g. ignore the classlib)