Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive debugging #6

Open
RealKC opened this issue Apr 11, 2020 · 0 comments
Open

Interactive debugging #6

RealKC opened this issue Apr 11, 2020 · 0 comments
Labels
enhancement New feature or request low priority Something that should be worked on but it can wait

Comments

@RealKC
Copy link
Owner

RealKC commented Apr 11, 2020

I'd like to have an interactive debugger as part of the VM.

Requirements:

  • is a TUI
  • can show bytecode in bytecode format and disassembled
  • allows patching bytecode at runtime(this however should not modify the existing binary, at most it should create a patched binary)
  • allows inspecting the state of registers, the stack, and (when added) the heap
  • allows intercepting VM panics.

Related feature(s):

  • make the assembler emit debug info (mostly a address -> label mapping)
@RealKC RealKC added enhancement New feature or request low priority Something that should be worked on but it can wait labels Apr 11, 2020
@RealKC RealKC modified the milestone: 1.0.0 Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority Something that should be worked on but it can wait
Projects
None yet
Development

No branches or pull requests

1 participant