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.