Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Implement visual script disassembler/debugger #114

Open
darkf opened this issue Dec 19, 2017 · 0 comments
Open

Implement visual script disassembler/debugger #114

darkf opened this issue Dec 19, 2017 · 0 comments

Comments

@darkf
Copy link
Owner

darkf commented Dec 19, 2017

Being able to select an object and hit a key to bring up a visual disassembler and/or debugger would be a big help to track down obscure scripting engine bugs.

It could simply be a disassembly window showing the full script disassembly and where the program counter is, what the current LVARs/MVARs/GVARs are, and possibly execution controls (breakpoint, single step, run...)

It could also turn on and show fine-grained logging for that script, e.g. trace all scripting calls made and their arguments / return values.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant