File: continue.h

package info (click to toggle)
remake 4.3%2Bdbg-1.6%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,688 kB
  • sloc: ansic: 38,702; sh: 5,248; perl: 1,577; makefile: 236; lisp: 26; sed: 16
file content (15 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** \file libdebugger/command/help/continue.h
 *
 *  \brief Help text for debugger command `continue`.
 *
 */
#define continue_HELP_TEXT						\
  "Continue executing debugged Makefile until another breakpoint or\n"	\
  "stopping point. If a target is given and valid we set a temporary\n" \
  "breakpoint at that target before continuing.\n"			\
  "\n"									\
  "When a target name is given, breakpoint properties can be given after\n" \
  "the target name\n"							\
  "\n"									\
  "See also:\n"								\
  "`break` and `finish`.\n"