mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
10
man/rgbasm.1
10
man/rgbasm.1
@@ -9,6 +9,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl EhVvw
|
||||
.Op Fl B Ar depth
|
||||
.Op Fl b Ar chars
|
||||
.Op Fl \-color Ar when
|
||||
.Op Fl D Ar name Ns Op = Ns Ar value
|
||||
@@ -52,6 +53,15 @@ is invalid because it could also be
|
||||
.Fl \-version .
|
||||
The arguments are as follows:
|
||||
.Bl -tag -width Ds
|
||||
.It Fl B Ar depth , Fl \-backtrace Ar depth
|
||||
Specifies the maximum depth for which
|
||||
.Nm
|
||||
will print location backtraces for warnings or errors.
|
||||
Deeper backtraces than that will be abbreviated.
|
||||
.Fl B Ar 0
|
||||
allows unlimited-depth backtraces.
|
||||
.Fl B Ar collapse
|
||||
will print the entire location trace on one line.
|
||||
.It Fl b Ar chars , Fl \-binary-digits Ar chars
|
||||
Allow two characters to be used for binary constants in addition to the default
|
||||
.Sq 0
|
||||
|
||||
Reference in New Issue
Block a user