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
New live dumps puts location before dump #343
Comments
Just wanted to mention that this is not new to 2.6. Live dumps in 2.5 also caused this. Replacing: tracy/src/Tracy/Dumper/assets/dumper.js Line 36 in a82086a
with:
seems to fix it and works whether the location is showing or not. |
Yes, it is right fix. |
dg
added a commit
that referenced
this issue
Feb 26, 2019
dg
added a commit
that referenced
this issue
Feb 26, 2019
dg
added a commit
that referenced
this issue
Feb 26, 2019
dg
added a commit
that referenced
this issue
Feb 26, 2019
dg
added a commit
that referenced
this issue
Feb 27, 2019
dg
added a commit
that referenced
this issue
Feb 28, 2019
dg
added a commit
that referenced
this issue
Feb 28, 2019
dg
added a commit
that referenced
this issue
Feb 28, 2019
dg
added a commit
that referenced
this issue
Feb 28, 2019
dg
added a commit
that referenced
this issue
Mar 1, 2019
dg
added a commit
that referenced
this issue
Mar 1, 2019
dg
added a commit
that referenced
this issue
Mar 1, 2019
dg
added a commit
that referenced
this issue
Mar 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 2.6
Bug Description
Expected Behavior
If I change this line
tracy/src/Tracy/Debugger/Debugger.php
Line 548 in 118e383
so it's got something to do with the way live dumps render.
The text was updated successfully, but these errors were encountered: