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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.