Skip to content

Project opened through a symlink do not have functional breakpoints #6196

@mullerch

Description

@mullerch

Steps to Reproduce

  1. Create a new flutter desktop project in a directory /a/1/project
  2. Create a symlink to the parent directory /b/1/project
  3. Open the project at /b/1/project
  4. Add a breakpoint
  5. Run the project in debug mode
  6. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions