You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: