You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2388 we switched to connecting to DDS instead of directly to the VMService so that DDS can handle the service extensions.
However, the test checking that the DEBUGGER_READY and DEVTOOLS_LOAD events are sent when DevTools is opened has begun failing. When I launch DevTools to do manually testing, I do see the service extension ext.dwds.sendEvent is correctly being called, and these events are being emitted, so I don't think this is a regression with the feature.
Need to follow-up to figure out what changes are required to get the test to pass again.
The text was updated successfully, but these errors were encountered:
In #2388 we switched to connecting to DDS instead of directly to the VMService so that DDS can handle the service extensions.
However, the test checking that the
DEBUGGER_READY
andDEVTOOLS_LOAD
events are sent when DevTools is opened has begun failing. When I launch DevTools to do manually testing, I do see the service extensionext.dwds.sendEvent
is correctly being called, and these events are being emitted, so I don't think this is a regression with the feature.Need to follow-up to figure out what changes are required to get the test to pass again.
The text was updated successfully, but these errors were encountered: