Scroll to navigation

GBX3(1) User Commands GBX3(1)

NAME

gbx3 - GAMBAS Interpreter

SYNOPSIS

gbx3 [options] <executable file> [<arguments>]

gbx3 -e <expression>

DESCRIPTION

gbx3 is an interpreter that allows you to execute compiled Gambas applications. Compared to gbr3, it has an additional option to evaluate Gambas expressions.

OPTIONS

-g
Enters debugging mode.
-s <class>
Overrides the startup class.
-p <path>
Activates profiling and debugging mode.
-k
Disables shared library unloading.
-H, --httpd
Runs the application on an embedded HTTP server.
-e
Evaluates an expression.
-V, --version
Displays the program's version.
-L, --license
Displays the program's license.
-h, --help
Displays help information.

NOTES

Updated source code and most documentation about Gambas can be found at http://gambas.sf.net.

BUGS

Bugs are filed at http://gambaswiki.org/bugtracker.

SEE ALSO

gambas3(1), gba3(1), gbc3(1), gbh3(1), gbi3(1), gbr3(1), gbs3(1), gbw3(1),
2018-10-28 Debian