-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
Incorrect barDump escaping in lazy mode #421
Comments
dg
added a commit
that referenced
this issue
May 16, 2020
dg
added a commit
that referenced
this issue
May 16, 2020
dg
added a commit
that referenced
this issue
May 16, 2020
Fixed |
dg
added a commit
that referenced
this issue
May 16, 2020
dg
added a commit
that referenced
this issue
May 17, 2020
dg
added a commit
that referenced
this issue
May 17, 2020
dg
added a commit
that referenced
this issue
May 17, 2020
dg
added a commit
that referenced
this issue
May 17, 2020
dg
added a commit
that referenced
this issue
May 17, 2020
dg
added a commit
that referenced
this issue
May 17, 2020
dg
added a commit
that referenced
this issue
May 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 2.7.4
Bug Description
BarDump is not correctly escaped in lazy mode, which can occasionally lead to Tracy Bar not being displayed at all, because the
Tracy.Debug.Init
call is not parsed correctly. The issue happens in both Chrome and Firefox. There are no JS errors in console when that happens and pasting the generatedTracy.Debug.Init
call into browser console makes the bar show up normally.Steps To Reproduce
It generates a call like this (shortened):
Expected Behavior
The bar should show up as usual and contain the same dump as without the lazy mode.
The text was updated successfully, but these errors were encountered: