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 improvements #884

Merged
merged 5 commits into from
Dec 5, 2024
Merged

Debugger improvements #884

merged 5 commits into from
Dec 5, 2024

Conversation

marcoeilers
Copy link
Contributor

@marcoeilers marcoeilers commented Dec 4, 2024

  • Heap labels include line numbers again; the new format we show is old[debug@4#l:13.11]([email protected]) instead of just old[debug@4]([email protected])
  • Internally, the heaps are only identified by the debug@i part, and it is sufficient to use that part in the debugger when entering expressions, but one can also use the full label name.
  • Non-QP field chunks now contain a value expression, which is also shown in the debugger
  • Added the option to print the internal term representation of the store, heap, assumptions and branch conditions instead of the Viper-level expression representation

@marcoeilers marcoeilers enabled auto-merge (squash) December 5, 2024 22:41
@marcoeilers marcoeilers merged commit 07bb7d3 into master Dec 5, 2024
4 checks passed
@marcoeilers marcoeilers deleted the meilers_debugger_update branch December 6, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant