-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Milestone
Description
Steps to Reproduce
- Create a new flutter desktop project in a directory /a/1/project
- Create a symlink to the parent directory /b/1/project
- Open the project at /b/1/project
- Add a breakpoint
- Run the project in debug mode
- Add another breakpoint
I would expect the breakpoints to work.
Instead, the breakpoints are shown normally in red in the left margin of the text editor, the first gets a gray cross at app startup. If you remove and add it it is shown normally again. None of them is hit at execution.
Version info
flutter doctor
[✓] Flutter (Channel stable, 3.0.1, on Ubuntu 22.04 LTS 5.15.0-33-generic, locale en_US.UTF-8)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] IntelliJ IDEA Ultimate Edition (version 2022.1)
[✓] VS Code
[✓] Connected device (2 available)
[✓] HTTP Host Availability
Only flutter desktop is used.
Dart SDK version: 2.17.1 (stable) (Tue May 17 17:58:21 2022 +0000) on "linux_x64"
Plugins:
- Dart 221.5591.58 Jetbrains
- Flutter 67.1.4 flutter.dev