Lines Matching refs:breakpoint
762 3. Set a breakpoint in a sourced file or user function. You could do this in
802 cont Continue execution until the next breakpoint is hit.
806 everything. Still stops at the next breakpoint.
876 Set a breakpoint in a function. Example: >
878 < Doesn't check for a valid function name, thus the breakpoint
882 Set a breakpoint in a sourced file. Example: >
886 Set a breakpoint in the current line of the current file.
893 Sets a breakpoint, that will break whenever the {expression}
909 The [lnum] is the line number of the breakpoint. Vim will stop at or after
941 Delete breakpoint {nr}. Use |:breaklist| to see the number of
942 each breakpoint.
948 Delete a breakpoint in a function.
951 Delete a breakpoint in a sourced file.
954 Delete a breakpoint at the current line of the current file.
956 When [lnum] is omitted, the first breakpoint in the function or file is