Skip to content

st/oxr: Add a debug option to break/trap on error.

Rylie Pavlik requested to merge break-on-err into master

Might be useful for debugging, since once the consuming call has returned, you've lost most of the context of what led to the error.

This unsolicited new feature brought to you by testing this runtime against the spec and wishing I could break before the call failed completely 😁

Edited by Rylie Pavlik

Merge request reports