-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
I am using my own desktop build of devtools_app/flutter_beta. It's not a web version.
When I need to debugger the flutter app launched by DartCode.
- The dart extension did not print Observatory uri to console.
- So I have to launch the web version.
- Cut the uri part.
- Then uri-decode it back to raw uri.
- Paste it into my desktop devtools_app.
. This procedure is painful..
print out Observatory uri will be greatly helpful for desktop version devtools_app user.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.