Reproduction steps:
1. Open the attached “IN-108347_Hopeful Dumpster Fire.zip“ project
2. Open the “Assets/MyScript.cs“ Script inside your preferred IDE
3. Attach Unity Debugger to the IDE
4. Add breakpoints to lines 25, 26, 27, 28 and 31, 32, 34, 35
5. Enter the Play Mode
5. Step through the breakpoints and observe
Expected result: The 34th line is hit by the debugger
Actual result: 34th is not being hit by the debugger due to the empty line before it
Reproducible with: 1.4.0-pre.3, 1.3.14 (6000.0.51f1, 6000.0.54f1, 6000.1.12f1, 6000.2.0b10, 6000.3.0a2)
Not reproducible with: 1.3.2, 1.3.10 (6000.0.51f1)
Reproducible on: M1 Max MacOS 15.5 (Tested by CQA)
Not reproducible on: No other environment tested