You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fantastic! It works really well, apart from one thing: if you run VdebugTrace without any arguments it tries to evaluate an empty string, which gives an error. The best way would be to print an error if there are no arguments, or if they are blank. Does that make sense?
Thank you for your encouragement, well, but I can't reproduce the error you mentioned.
When I tried empty argument, it only displays (invalid expression yet).
Because I use exception for that like this
Finally got around to incorporating this! I tweaked it a bit - the trace window only shows when you call the :VdebugTrace command for instance, but it's all based on your original work. Thanks very much, and sorry it's taken so long. It's going in to the next release, which should be pretty soon.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
:VdebugTrace {expression or variables}
window added for tracing expression or variables continuously