Hi, Is there any way to get know if InspectorDebuggerAgent::didPause call was due to an exception or not? I have tried to use scriptState->hadException() inside this function but it seems that the hadException function always returns false. Thanks,