enahnce --debug-sync-point to allow multiple words
General
Escalation
General
Escalation
Description
Environment
None
has to be finished together with
Smart Checklist
Activity
Show:

Julia Vural February 19, 2025 at 11:58 AM
It appears that this issue is no longer being worked on, so we are closing it for housekeeping purposes. If you believe the issue still exists, please open a new ticket after confirming it's present in the latest release.

Satya Bodapati March 26, 2024 at 4:38 PMEdited
The value comes if we can say
sleep at tag1
on reaching tag1, active tag2
wait until tag2 is activated (ie other thread sleeping at tag2)
now resume the tag1, deactive tag1 and let the current thread proceed.

Satya Bodapati March 26, 2024 at 4:36 PM
It is easy to allow multiple words but the bigger problem is how to activate them
currently --debug-sync allow only one word. Will be nice to have it parsing a string of words and stop in multiple places.