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

Implement breakpoint capability #38

Open
2 tasks
duncanamps opened this issue Jul 6, 2023 · 0 comments
Open
2 tasks

Implement breakpoint capability #38

duncanamps opened this issue Jul 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@duncanamps
Copy link
Owner

Basic at this stage. Need the concept of a permanent breakpoint which has been set by the user, and a temporary breakpoint which is set by the system. Temporary would be used, for example, with step over command by setting a temporary breakpoint after the current instruction.

  • Introduce breakpoint array with permanent and temporary breakpoints
  • Amend execution module to test for, and handle the breakpoints

Later development will be to set up the step over command, this is dealt with on issue #5

@duncanamps duncanamps added the enhancement New feature or request label Jul 6, 2023
@duncanamps duncanamps added this to the V0.0 milestone Jul 6, 2023
@duncanamps duncanamps self-assigned this Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant