0

I am trying to debug macos app in IntelliJ IDEA IDE and after i click "Flutter Attach" option I see only:

Waiting for a connection from Flutter on macOS...

which never changes. Is it possible to debug macos application in IntelliJ?

K.Os
  • 5,123
  • 8
  • 40
  • 95

1 Answers1

1

Attaching to a desktop Flutter application requires attaching via observatory URL, which IntelliJ doesn't currently support. However, if you run your project from IntelliJ, rather than launching it seperately and then trying to attach, debugging should work normally.

smorgan
  • 20,228
  • 3
  • 47
  • 55