Skip to content

Conversation

mkaruza
Copy link
Contributor

@mkaruza mkaruza commented Sep 10, 2025

It can be useful that we can control execution of process by adding specific debug sync point which will be executed when debug sync name is set.

For now this is only basic functionality, but in future we can add functionality for example - WAIT FOR until sync point is added.

Debug sync point works with different fibers so we can synchronize execution.

Added simple example how this can be done (this should be removed if merged).

@mkaruza mkaruza marked this pull request as draft September 10, 2025 12:22
@mkaruza mkaruza changed the title feat: Introduce debug sync point for testing feat: Debug sync point for testing Sep 10, 2025
It can be useful that we can control execution of process by adding
specific debug sync point which will be executed when debug sync name is
set.

For now this is only basic functionality, but in future we can add
functionality for example - WAIT FOR until sync point is added.

Debug sync point works with different fibers so we can synchronize
execution.

Added simple example how this can be done.

Signed-off-by: mkaruza <[email protected]>
@mkaruza mkaruza force-pushed the mkaruza/debug-sync-point branch from 618e128 to e8571a4 Compare September 10, 2025 14:26
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