8000 How to stop run of program right before fixpoint calculation · Issue #24 · karelklic/canal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

How to stop run of program right before fixpoint calculation #24

Open
xbrukner opened this issue Sep 26, 2012 · 1 comment
Open

How to stop run of program right before fixpoint calculation #24

xbrukner opened this issue Sep 26, 2012 · 1 comment

Comments

@xbrukner
Copy link
Collaborator

When finding out why fixpoint is not yet reached, you need to see the state of program right before the fixpoint is calculated, i.e. before the current state is compared to previous state. Right now, there is no easy way to do it.

Solution 1 - step calculation:
Tool could print out number of steps ran and user then could just use "step number" and reach the new state.

Solution 2 - breakpoint at the end of program:
User then could just use "run" and reach the new state. Works for current method of fixpoint calculation.

Solution 3 - new command - stop before fixpoint calculation:
Easiest one to use for user, but may not be "easy as it seems" since the fixpoint calculation may not be straightforward.

@karelklic
Copy link
Owner

Reassigning to the second release as this would bring new functionality.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants
0