mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 12:39:57 +00:00
Incomplete version of the Lua debugger. Some available features: * Break in next executed instruction * Step in, over, out * See & navigate stacktrace * See local variables Some missing features: * Breakpoints * Eval user expressions with local variables The UX needs some improvement yet.