@@ -403,7 +403,7 @@ Vdebug is now listening for an incoming connection, which will be started when
403
403
a script is run with the debugger engine activated. View the section
404
404
|VdebugSetUp| to see the necessary steps to start a script in this way. It will
405
405
be obvious when a connection is made, because a new VIM tab opens with four
406
- windows, signaling the start of a new debugging session.
406
+ windows, signalling the start of a new debugging session.
407
407
408
408
If you are starting a script but Vdebug does not react, see the
409
409
|VdebugTroubleshooting| section for information.
@@ -442,7 +442,7 @@ variable name, type, length (if applicable) and value are shown. They are shown
442
442
as a tree, because arrays/lists and objects have children. Hopefully it's
443
443
fairly self-explanatory: right arrows show a closed tree, down arrows show an
444
444
open tree and diamonds show variables that don't have children. These markers
445
- can be customized (see |VdebugOptions|), and will fall back to ASCII equivalents
445
+ can be customised (see |VdebugOptions|), and will fall back to ASCII equivalents
446
446
if multi byte support is not enabled in the VIM configuration.
447
447
448
448
To open a closed tree, navigate to a line with a closed tree (right arrow) and
@@ -580,10 +580,10 @@ debugging, and the default keys mapped to those commands.
580
580
4.4 Breakpoints *VdebugBreakpoints*
581
581
582
582
This section explains how to set and remove line breakpoints, and also how to
583
- set more advanced types of breakpoints . It also explains how to manage your list
583
+ set more advanced types of breakpoint . It also explains how to manage your list
584
584
of breakpoints.
585
585
586
- There are several types of breakpoints , and their support varies between
586
+ There are several types of breakpoint , and their support varies between
587
587
debugger engines. The breakpoint types are:
588
588
589
589
* Line: break at a line in a given file
0 commit comments