Skip to content

qt-qml, qt-core: Pass 127.0.0.1 instead of localhost to the QML debugger - #538

Merged
OrkunTokdemir merged 1 commit into
qt-labs:devfrom
OrkunTokdemir:orkun_219_31_07_2026
Aug 4, 2026
Merged

qt-qml, qt-core: Pass 127.0.0.1 instead of localhost to the QML debugger#538
OrkunTokdemir merged 1 commit into
qt-labs:devfrom
OrkunTokdemir:orkun_219_31_07_2026

Conversation

@OrkunTokdemir

Copy link
Copy Markdown
Collaborator

The QML debug server only accepts an IP address literal as the host, so
"localhost" is rejected and the server falls back to listening on all
interfaces. Use 127.0.0.1 in the debugger arguments and in the launch
and attach configuration defaults.

Fixes: VSCODEEXT-219

The QML debug server only accepts an IP address literal as the host, so
"localhost" is rejected and the server falls back to listening on all
interfaces. Use 127.0.0.1 in the debugger arguments and in the launch
and attach configuration defaults.

Fixes: [VSCODEEXT-219](https://qt-project.atlassian.net/browse/VSCODEEXT-219)
@OrkunTokdemir
OrkunTokdemir merged commit 3018b27 into qt-labs:dev Aug 4, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants