Search Issue Tracker
Fixed
Fixed in 1.4.X - Entities
Votes
0
Found in [Package]
1.4.X - Entities
Issue ID
ECSB-1736
Regression
Yes
Cannot hit breakpoint in Entities code using SystemAPI with empty line before it
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
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Material Component has two horizontal lines under it when its foldouts are closed
- Some selected Mesh Renderer Materials lead to Assets folder when pinged
- Editor colors appear darkened out when HDR Display Output is enabled
- Default Mesh Renderer Material cannot be found in the Select Material window after removing it from the GameObject
- UI Builder button text disappears in the GameView when the radius of the button is increased in a specific project
Resolution Note (fix version 1.4.X - Entities):
This issue has been fixed, and debug breakpoints for SystemAPI methods with leading whitespaces or comments can now be hit.