DanTup · GitHub

Merged

Merged

Conversation

…o enable access to web socket connections for VM Service and DTD.

DanTup

Comment on lines +36 to +40

protected get currentSession(): DartDebugSessionInformation | undefined {
// Get the first debug session if present. Should we get the current session instead?
// Just using the first one works with opening devTools, even when debugging a subsequent session.
return debugSessions && debugSessions.length ? debugSessions[0] : undefined;
}
… of web views

@DanTup

chatgpt-codex-connector[bot]

@DanTup

@DanTup DanTup changed the title For testing: Add code for authentication from the DevTools iframe t… Add code for authentication from the DevTools iframe to enable access to web socket connections for VM Service and DTD

Sep 4, 2025

Closed

Read the original on github.com ↗