Skip to content

Conversation

@elliette
Copy link
Member

@elliette elliette commented Feb 7, 2026

Fixes #9655

Adds a checkbox to the DTD Tools panel (only shown in debug-mode) that lets the developer connect all of DevTools to that DTD URI:

Screenshot 2026-02-06 at 1 34 06 PM

This is then indicated on the DTD Tools screen:

Screenshot 2026-02-06 at 3 50 14 PM

@elliette elliette requested a review from a team as a code owner February 7, 2026 00:16
@elliette elliette requested review from bkonyi and removed request for a team February 7, 2026 00:16
@kenzieschmoll
Copy link
Member

FYI we also have debugDtdUri here: https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/shared/development_helpers.dart#L36

Not sure how we want this new global to interact with that. Maybe it should be integrated so it is still possible to set the dtd uri programmatically, or maybe it should be removed.

@elliette
Copy link
Member Author

Not sure how we want this new global to interact with that Maybe it should be integrated so it is still possible to set the dtd uri programmatically, or maybe it should be removed.

Oh I didn't realize that! The only reason I can think for keeping debugDtdUri is if we need DevTools to be connected to DTD on startup.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AI Assistance] Debug-mode only way of connecting to an arbitrary DTD URI

2 participants