Skip to content

[lldb] Immediately connect in webinspector-wasm (#196368)#12918

Open
JDevlieghere wants to merge 1 commit intoswiftlang:swift/release/6.4.xfrom
JDevlieghere:cp-be4a02f
Open

[lldb] Immediately connect in webinspector-wasm (#196368)#12918
JDevlieghere wants to merge 1 commit intoswiftlang:swift/release/6.4.xfrom
JDevlieghere:cp-be4a02f

Conversation

@JDevlieghere
Copy link
Copy Markdown

Call EnsureConnected in the PlatformWebInspectorWasm ctor so the
platform reports being connected after selecting in. The lazy approach
resulted in confusion due to the "Connected: no" in the platform select output:

(lldb) platform select webinspector-wasm
  Platform: webinspector-wasm
 Connected: no

(cherry picked from commit be4a02f)

Call `EnsureConnected` in the `PlatformWebInspectorWasm` ctor so the
platform reports being connected after selecting in. The lazy approach
resulted in confusion due to the "Connected: no" in the `platform
select` output:

```
(lldb) platform select webinspector-wasm
  Platform: webinspector-wasm
 Connected: no
```

(cherry picked from commit be4a02f)
@JDevlieghere JDevlieghere requested a review from a team as a code owner May 7, 2026 20:50
@JDevlieghere JDevlieghere requested a review from adrian-prantl May 7, 2026 20:50
@JDevlieghere
Copy link
Copy Markdown
Author

@swift-ci test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants