-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
I’m using Flutter from 2 years on my mac to dev web app without any troubles.
Latest stable 2.10.4
From today, when I launch my app in debug mode, when the code reaches a breakpoint, in VSCode appears the pause symbol, but I can’t see any variables or stack. I’ve tryed in many ways to solve the issue without success. I also tryed with a new sample app; same trouble. Also using Android Studio; same trouble. If I debug on iPhone emulator, debug works fine and on a breakpoint; I can see VSCode jump to the breakpoint line and the variables are inspectable.
When I stop the debug, in console debug appears thie error:
Failed to save Chrome preferences: FileSystemException: Cannot open file, path = '/var/folders/ps/ryyd46zx367gn2zdtn1_yk4c0000gn/T/flutter_tools.0r3GeL/flutter_tools_chrome_device.obsal2/Default/.com.google.Chrome.hDJYmg' (OS Error: No such file or directory, errno = 2)
Any help will be appreciated.
Thanks in advance.
Peter