remake  4.3+dbg-1.5
Macros
help/source.h File Reference

Go to the source code of this file.

Macros

#define source_HELP_TEXT
 

Macro Definition Documentation

◆ source_HELP_TEXT

#define source_HELP_TEXT
Value:
"Read debugger commands from the glob expansion of FILE-GLOB.\n" \
"\n" \
"Examples:\n" \
"--------\n" \
"\n" \
" source /home/rocky/remake-dbgr.cmds # absolute path\n" \
" source ./remake-dbgr.cmds # relative path\n" \
" source remake-dbgr.cmds # relative path - same as above\n" \
" source ~/remake-dbgr.cmds # \"~\" is glob expanded\n" \
" source ~/[r]emake-dbgr.cmds # Same as above\n" \
" source ~/remake-dbgr.* # Includes the above, but is an error if not unique\n"