sdb --version (return code: 0)
Mono soft debugger (sdb) 1.2.5161.14879
sdb --help (return code: 0)
This is the Mono soft debugger.
Usage:
sdb [options]
sdb [options] "run prog.exe"
sdb [options] "args --foo --bar baz" "run prog.exe"
Options:
-v, --version Show version information and exit.
-h, --help Show this help message and exit.
-b, --batch Exit after running commands.
-n, --norc Don't run commands in '~/.sdb.rc'.
-f, --file=VALUE Execute commands in the given file at startup.
All non-option arguments are treated as commands that are executed
at startup. Files are executed before individual commands.