Dart: analysis server log

已回答

Is there a possibility to see the communication between the Dart analysis server and the IDE?

 

0

To see all that happens with the Analysis server please do the following:

  • Help | Find Action, type 'Registry', open it
  • Find dart.server.additional.arguments property, set its value to something like --instrumentation-log-file=/foo/bar.txt
  • Click 'Restart Analysis Server' button, reproduce the issue(s), check the generated log and idea.log

 

1

Thanks a lot, I don't know how to mark this as "answered".

1

请先登录再写评论。