Open
Description
Most execution requests support a 'singleThread' argument that specifices that the action should not affect threads other than the one specified by the 'threadId' argument. However, pause requests do not have this argument. Is there a reason for this?
I interpret the specification to say that pause requests should only pause one thread, but it seems equally reasonable to me that a client might want to pause all threads with a pause request.