Closed isovector closed 12 years ago
Initial support for breakpoints is implemented! We still need a mechanism to pause on breakpoints (I am thinking an IUP dialog) with support for inspecting data.
Perhaps CLI would be fine too - maybe gdb-esque syntax?
You can now press F9 in scite to set a breakpoint. Works during runtime, even :)
Disowning this task until we have a more solid idea of what to accomplish with this.
Debugging embedded lua at the current time is tedius at best. A single nil call will knock out the entire execution thread, and leave no indication of where the problem is. It would be great to be able to set breakpoints and step through the code, at the very least. Reflection would be even better.