Log printing + flutter hot reload broken; issues with breakpoints

Did flutter projects with cursor so far. Usually debug build on simulator, print() / log() for debugging. Thus not clear when things broke, or if they ever worked with cursor:

In release mode on an actual iphone:

  • Failed to Hot Restart: DebugAdapterException: Exception: Restart is not supported in release mode
  • Failed to Hot Reload: DebugAdapterException: Exception: Reload is not supported in release mode
  • print() log() and error messages not coming thru

These all work in vscode.

There were issues with setting breakpoints (grey outlined circle instead of red dot), in the past - not stopping at those points. It’s fuzzy-buggy to set and unset right now, but generally seems to work, again.

Hello? Will this get fixed?