Skip to content

[Windows] Incorrect comparison of file names #2800

Open
@Klug76

Description

@Klug76

Class flashdevelop\External\Plugins\FlashDebugger\Helpers\ScintillaHelper.cs
contains incorrect (case sensitive) file name comparison (in Windows):
if (doc == null || doc.FileName != filefullpath) return null;
this prevents the editor from correctly setting the line position when debugging.
Proof:
fd_bug_filename_case 1
fd_bug_filename_case 2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions