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.

1 Like

Hello? Will this get fixed?

1 Like

Debugger is not working at all in flutter: controls not working, breakpoints panel not showing if other panels are maximized, not working also from command palette.

Mine was back working when I needed it.

I guess the issue is older VScode base (cursor lags here, of course) with updated flutter/dart plugin. I read that somewhere here, look it up, good luck.

Workaround: Debug with VScode :slight_smile:

1 Like

Thanks Leoing! I think going to VSCode to just debug would not be an option! I hope they take this serious since it’s a base feature.