Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 496 Bytes

File metadata and controls

37 lines (21 loc) · 496 Bytes

spanda-debug(1)

NAME

debug — Start an interactive debug session.

SYNOPSIS

spanda debug [--break <line>] <file.sd>

DESCRIPTION

Start an interactive debug session.

OPTIONS

--break — initial breakpoint line

EXAMPLES

spanda debug robot.sd --break 42

EXIT STATUS

0 on clean exit; 1 on errors.

FILES

Debug session uses source .sd file.

SEE ALSO

spanda-run(1), spanda(1), spanda-reference.md