Scroll to navigation
GBR3(1) |
User Commands |
GBR3(1) |
NAME¶
gbr3 - GAMBAS Interpreter
SYNOPSIS¶
gbr3 [options] <executable file> [<arguments>]
DESCRIPTION¶
gbr3 is an interpreter that allows you to execute compiled Gambas
applications.
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.
- -V, --version
- Displays the program's version.
- -L, --license
- Displays the program's license.
- -h, --help
- Displays help information.