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

Debugger: Allow comments on instructions #210

Closed
wants to merge 1 commit into from

Commits on Mar 13, 2024

  1. Debugger: Allow comments on instructions

    Closes #205
    
    The input JSON has been modified. Previously it accepted a Vec<Instruction>, now that is just one field of a JSON object.
    
    The other field is a map from instruction indices to string comments. These comments show up in the debugger as events at the start of that instruction.
    adamchalmers committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f14ed56 View commit details
    Browse the repository at this point in the history