We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ui.js
I think the ToString(...) function in variables.js already covers the below cases in ui.js so they can go:
ToString(...)
variables.js
if (type.name.indexOf("Semaphore") != -1) { valueRepr = 'SemaphoreSlim [count: ' + variable.value + ']'; } else if (type.name.indexOf("Queue") != -1) { valueRepr = 'Queue [element count: ' + variable.value + ']'; }
The text was updated successfully, but these errors were encountered:
I think you are right.
Sorry, something went wrong.
I will update the master branch to reflect your changes when I get to a computer with git.
No branches or pull requests
I think the
ToString(...)
function invariables.js
already covers the below cases inui.js
so they can go:The text was updated successfully, but these errors were encountered: