MTATD icon indicating copy to clipboard operation
MTATD copied to clipboard

MTA:SA debugger and unit testing framework

Results 12 MTATD issues
Sort by recently updated
recently updated
newest added

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!

enhancement

Executing a command via the debug console takes up to 1s. That's too long!

enhancement

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...

feature

(Display it like if the debugger is waiting for the resource to start)

enhancement

All variables are strings at the moment

enhancement

Exclude certain files when stepping through the code (e.g. ignore the classlib)

feature