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
Can not mark first dumped text by mouse in bluescreen arguments #345
Comments
dg
added a commit
that referenced
this issue
Feb 25, 2019
dg
added a commit
that referenced
this issue
Feb 26, 2019
fixed |
dg
added a commit
that referenced
this issue
Feb 26, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 2.6.0
Bug Description
If arguments in bluescreen view contain only one argument, I can not mark some text (for example I want search bad string in PhpStorm).
I think problem is new automatic sorting feature, because If I mark some text in first table
<td>
, table will be sorted automaticly and marked area is dropped.Steps To Reproduce
Open any Tracy bluescreen dump with only one argument and try mark string like this:
Expected Behavior
Enable marking text in single arguments table.
Possible Solution
Disable sorting in single arguments table.
The text was updated successfully, but these errors were encountered: