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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.