Dart: analysis server log

Answered

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

 

0
2 comments

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

Please sign in to leave a comment.