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

Compound branching #269

Open
NatKarmios opened this issue Nov 3, 2023 · 0 comments
Open

Compound branching #269

NatKarmios opened this issue Nov 3, 2023 · 0 comments
Labels
debug-ext Relating to the extension/webview aspect of Gillian's debugger debugger Relating to Gillian's debugger enhancement New feature or request

Comments

@NatKarmios
Copy link
Contributor

It'd be a neat idea if, in the debugging interface, "compound branches" i.e. multiple branches between two commands, could be split out and represented separately

i.e.:

        +---------------+
        | if (x.y == 1) |
        +---------------+
              /   \
 (x != null) /     \ (x == null)
            /       \
           /     +------+
          o      | fail |
         / \     +------+
        /   \
(true) /     \ (false)
      /       \
  +-----+   +-----+
  | ... |   | ... |
  +-----+   +-----+

Might implement this as part of Kanillian stuff.

@NatKarmios NatKarmios added enhancement New feature or request debugger Relating to Gillian's debugger debug-ext Relating to the extension/webview aspect of Gillian's debugger labels Nov 3, 2023
@NatKarmios NatKarmios changed the title Compund branching Compound branching Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug-ext Relating to the extension/webview aspect of Gillian's debugger debugger Relating to Gillian's debugger enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant