File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -751,14 +751,14 @@ result in a separate window instead.
751751To evaluate an expression, use the command :VdebugEval: >
752752 :VdebugEval <code>
753753<
754- The result is shown on the watch window. When you run code and the watch
755- window refreshes, it will show the default view. If you want to re-evaluate
756- your expression and show the result in the watch window, then use
757- :VdebugEval!: >
754+ The result is shown in the watch window. By default, when you run code and the
755+ watch window refreshes, it will return to the context view. If you want to
756+ change the default behavior, so that your expression is re-evaluated and shown
757+ in the watch window after running code, then use :VdebugEval!: >
758758 :VdebugEval! $x + 2
759759<
760- To return to the default contents of the watch window, use :VdebugEval!
761- with no argument: >
760+ To return to the default behavior of the watch window, use :VdebugEval! with
761+ no argument: >
762762 :VdebugEval!
763763<
764764------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments