Debug with Android Studio
If the outline pane says “Nothing to show”, just hold down Ctrl
on windows or Cmd
on mac and click on any class, method or variable to trigger it.
OR Open up the dart analysis panel and restart the dart analysis server.
Learn to use the debugger integrated with Android Studio and explore other debugging features it provides.
Comments