Dart: analysis server log
Answered
Is there a possibility to see the communication between the Dart analysis server and the IDE?
Please sign in to leave a comment.
To see all that happens with the Analysis server please do the following:
dart.server.additional.argumentsproperty, set its value to something like--instrumentation-log-file=/foo/bar.txtThanks a lot, I don't know how to mark this as "answered".