Dart: analysis server log
已回答
Is there a possibility to see the communication between the Dart analysis server and the IDE?
请先登录再写评论。
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".