Skip to content

Implement multiple breakpoints (again)#11

Closed
joekain wants to merge 5 commits into
masterfrom
restart-from-state-machine
Closed

Implement multiple breakpoints (again)#11
joekain wants to merge 5 commits into
masterfrom
restart-from-state-machine

Conversation

@joekain

@joekain joekain commented Jul 11, 2025

Copy link
Copy Markdown
Owner

New test: test_multiple_breakpoints which sets breakpoints at multiple locations.

Implementation of multiple breakpoints. This makes a structural change to breakpoint_handle so that it handles both
starting and finishing the single step in one call. This was it can hold onto the breakpoint record as resolving the breakpoint after the single step is not possible.

joekain added 5 commits July 10, 2025 06:17
Tests setting breakpoints at multiple locations.  Copied from master
branch.
This implements support for multiple breakpoints.  This makes a
structural change to `breakpoint_handle` so that it handles both
starting and finishing the single step in one call.  This was it can
hold onto the breakpoint record as resolving the breakpoint after the
single step is not possible.
@joekain

joekain commented Jul 11, 2025

Copy link
Copy Markdown
Owner Author

I'm closing this as I'm going to just port the structural changes to the master branch to fix the bug I've encountered. See this upcoming blog post after 7/30/2025 for more details.

@joekain joekain closed this Jul 11, 2025
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