Merged
Merged
Conversation
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; | ||
| } |
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
Closed