Hi,
I tried to connect to observatory from cmd, so I've done following
1. generated new app with: stagehand web-simple
2. pub get
3. pub serve
4. then - following instructions here https://www.dartlang.org/tools/observatory/get-started.html - started observatory with:
/usr/local/opt/dart/Chromium.app/Contents/MacOS/Chromium --DART_FLAGS="--steal_breakpoints --pause-isolates-on-start" http://localhost:8080
and got this output:
MacBook-Pro-Tomasz:simpleWebApp tomek$ /usr/local/opt/dart/Chromium.app/Contents/MacOS/Chromium --DART_FLAGS="--steal_breakpoints --pause-isolates-on-start" http://localhost:8080
[19274:1291:0809/183329:ERROR:renderer_main.cc(207)] Running without renderer sandbox
[19275:1291:0809/183329:ERROR:renderer_main.cc(207)] Running without renderer sandbox
Observatory listening on http://127.0.0.1:56065
Observatory listening on http://127.0.0.1:56068
[19279:1291:0809/183334:ERROR:renderer_main.cc(207)] Running without renderer sandbox
Observatory listening on http://127.0.0.1:56072
[19280:1291:0809/183336:ERROR:renderer_main.cc(207)] Running without renderer sandbox
Observatory listening on http://127.0.0.1:56078
First it's strange that Observatory seems to start twice (sic!). Observatory page states:
"Disconnected from VM: Connection saw corrupt JSON message: FormatException: SyntaxError: Unexpected number
[Connect to a VM]"
Screenshot: http://ibin.co/2BZ6xo1JVk1a
My dart --version
Dart VM version: 1.11.3 (Mon Aug 3 04:37:15 2015) on "macos_x64"
Any idea why it's not starting ?
--
You received this message because you are subscribed to the Google Groups "Dart VM Observatory Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-discuss+unsub...@dartlang.org.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.
--
You received this message because you are subscribed to the Google Groups "Dart VM Observatory Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to observatory-dis...@dartlang.org.