Search Issue Tracker
Fixed in 5.0.X
Votes
2
Found in
4.3.4f1
Issue ID
595912
Regression
No
No break on breakpoint in generic classes in the editor
To reproduce:
1. Open attached project
2. Sync MonoDevelop project
3. Put a breakpoint in BaseEditorTest, line 8
4. Put a breakpoint in EditorTest, line 9
5. Attach to the Unity process
6. In the editor, navigate to Tools > MyTool > Do It In C#
7. A breakpoint is hit, continue
8. After closing the first popup another one appears, which is from the generic class, but no breakpoint is hit
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment