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

Implement visual script disassembler/debugger #114

@darkf

Description

@darkf

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions