FastScriptReload
FastScriptReload copied to clipboard
inconsistent line numbers?
The compiled script of FSR has a different number of lines compared to the original script, due to the additional comments at the beginning. Have you considered maintaining consistency?

I've added a task to add option in UI to turn that off
For now you can adjust here FastScriptReload.Editor.Compilation.DynamicCompilationBase.CreateSourceCodeCombinedContents:177
sourceCodeCombinedSb.Append(DebuggingInformationComment);
just comment that one out