Scroll to navigation

GBX3(1) GBX3(1)

NAME

gbx3 - GAMBAS Interpreter

SYNOPSIS

gbx3 [options] [<project directory>] [-- <arguments>]
gbx3 -e <expression>

DESCRIPTION

Gambas is a free development environment based on a Basic interpreter with object extensions, a mix of Java(tm) and Visual Basic(tm). With Gambas, you can quickly design your program GUI with Qt or GTK+, access database systems like MySQL, PostgreSQL, SQlite or ODBC databases, pilot applications with DBus, translate your program into many languages, create GStreamer, OpenGL or SDL applications, and so on...

gbx3 is the interpreter that allows you to execute a Gambas project or evaluate a Gambas expression (-e option).

OPTIONS

override application path
evaluate an expression
enter debugging mode
display help and exit
run through an embedded http server
disable just-in-time compiler
do not unload shared libraries
display license
activate profiling and debugging mode
redirect standard error output
override startup class
dump the position of each executed line of code
list all test modules
run the specified test modules
display version

ENVIRONMENT VARIABLES

Set to "1" to enable database component debugging.
Define the GUI component that will be loaded by the 'gb.gui*' component family.
Set to "1" to force dark theme behaviour.
Define the graphic platform used by the GUI components. It can be "x11" or "wayland".
Set to "0" to use the old compilation process that does not use any caching.
Define the compiler used by the just-in-time component. "gcc" or "clang" are supported at the moment.
Define the compilation flags used for generating just-in-time code.
Set to "1" to enable just-in-time compiler debugging.
Set to "0" to disable the just-in-time compiler.
Set to "1" to ignore the cache and force a new compilation of just-in-time code.
Set to "1" to display each line executed by the just-in-time compiled code.
Set to "1" to enable 'gb.media' component debugging.
Set to "1" to disable the just-in-time compiler.
Set to "1" to reverse language direction.
Set to "1" to enable icon theme debugging.
Set to "1" to enable 'gb.web.gui' component debugging.

AVAILABILITY

The latest version of Gambas can always be obtained from gambas.sourceforge.net, documentation about the language is at http://gambaswiki.org/wiki.

REPORTING BUGS

Report bugs to http://gambaswiki.org/bugtracker

COPYRIGHT

Copyright© Benoît Minisini <benoit.minisini@gambas-basic.org>;

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

August 2024