-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null reference ex on Group.Expand #6
Labels
Comments
github-actions bot
pushed a commit
that referenced
this issue
Sep 8, 2022
# [1.1.0](v1.0.4...v1.1.0) (2022-09-08) ### Bug Fixes * fixes null ref when sort header is null ([d233036](d233036)), closes [#4](#4) * fixing header being squashed if vertical scroll is full ([ad29f2e](ad29f2e)) * fixing null ref when group message is false ([004ba4e](004ba4e)), closes [#6](#6) * stopping exception if rpc name does not contain dot ([#3](#3)) ([324a374](324a374)) ### Features * adding group message to save data ([3061381](3061381))
🎉 This issue has been resolved in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
James-Frowen
added a commit
that referenced
this issue
Sep 8, 2022
github-actions bot
pushed a commit
that referenced
this issue
Sep 8, 2022
# [1.1.0-mirror.8](v1.1.0-mirror.7...v1.1.0-mirror.8) (2022-09-08) ### Bug Fixes * fixes null ref when sort header is null ([9848b81](9848b81)), closes [#4](#4) * fixing header being squashed if vertical scroll is full ([89e651e](89e651e)) * fixing null ref when group message is false ([6d3dfbf](6d3dfbf)), closes [#6](#6) * stopping exception if rpc name does not contain dot ([#3](#3)) ([4f7a1bd](4f7a1bd)) ### Features * adding group message to save data ([12c3313](12c3313))
🎉 This issue has been resolved in version 1.1.0-mirror.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When unchecking "Group Messages" in profiler (bottom left on image), Group.Expand throwing NullReferenceException bcs
![image](https://user-images.githubusercontent.com/34166246/188954861-1e93b17d-4755-48a4-98c4-3a76f00551c0.png)
![image](https://user-images.githubusercontent.com/34166246/188955093-28e044d8-8d2e-4cc0-980d-d391a5715bbc.png)
Head
is null.Mirage.Profiler/Assets/Mirage.Profiler/Editor/Messages/Group.cs
Line 59 in aea03ac
Trace:
The text was updated successfully, but these errors were encountered: