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

build static debugger #45

Closed
akiarie opened this issue Apr 24, 2024 · 1 comment
Closed

build static debugger #45

akiarie opened this issue Apr 24, 2024 · 1 comment
Labels
feat New feature or request

Comments

@akiarie
Copy link
Member

akiarie commented Apr 24, 2024

we're adding the ability to traverse code in a GDB-style REPL

@akiarie akiarie added the feat New feature or request label Apr 24, 2024
@akiarie
Copy link
Member Author

akiarie commented May 4, 2024

cosmetic changes to debugger/state-view (just proposals):

  • there should be no label "abstract"/"actual"; this should be indicated more subtly or before the text: label
  • items on the stack should print upwards in increasing order
  • the return register should only appear when it has a value
  • comp and vconst should now be rconst for "runtime constant"
  • we should hide the whole object/offset/size stuff for now, e.g. <rconst:$0> instead of {0:<rconst:$0>}
  • get int * p to appear as int *p
  • change to label-oriented instead of [[ ]]
  • rconst ranges should change based on props (shallow)
  • new format for stack needs justified spacing

claude-betz pushed a commit that referenced this issue May 9, 2024
claude-betz pushed a commit that referenced this issue May 9, 2024
claude-betz added a commit that referenced this issue May 10, 2024
claude-betz added a commit that referenced this issue May 10, 2024
claude-betz added a commit that referenced this issue May 11, 2024
claude-betz added a commit that referenced this issue May 18, 2024
claude-betz added a commit that referenced this issue May 18, 2024
claude-betz added a commit that referenced this issue May 23, 2024
claude-betz added a commit that referenced this issue May 24, 2024
claude-betz added a commit that referenced this issue May 24, 2024
claude-betz added a commit that referenced this issue May 25, 2024
claude-betz added a commit that referenced this issue May 25, 2024
claude-betz added a commit that referenced this issue May 25, 2024
claude-betz added a commit that referenced this issue May 25, 2024
claude-betz added a commit that referenced this issue May 25, 2024
claude-betz added a commit that referenced this issue May 25, 2024
@akiarie akiarie closed this as completed May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant