.TH "gbx3" "1" "October 2013" "Ubuntu" "User Commands" .SH "NAME" gbx3 \- GAMBAS Interpreter .SH "SYNOPSIS" .B gbx3 [options] [] [-- ] .br .B gbx3 -e .SH "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, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... \fBgbx3\fR is the interpreter that allows you to execute a Gambas project or evaluate a Gambas expression (-e option). .SH "OPTIONS" .TP \fB\-e\fR evaluate an expression .TP \fB\-g\fR enter debugging mode .TP \fB\-h, --help\fR display help and exit .TP \fB\-H, --httpd\fR run through an embedded http server .TP \fB\-j\fR disable just-in-time compiler .TP \fB\-k\fR do not unload shared libraries .TP \fB\-L, --license\fR display license .TP \fB\-p \fR activate profiling and debugging mode .TP \fB\-r \fR redirect standard error output .TP \fB\-s \fR override startup class .TP \fB\-t, --trace\fR dump the position of each executed line of code .TP \fB\-T \fR run the specified test modules .TP \fB\-V, --version\fR display version .SH "AVAILABILITY" The latest version of Gambas can always be obtained from \fBgambas.sourceforge.net\fR, documentation about the language is at \fBhttp://gambaswiki.org/wiki\fR. .SH "REPORTING BUGS" Report bugs to \fBhttp://gambaswiki.org/bugtracker\fR .SH "COPYRIGHT" Copyright\(co BenoƮt Minisini ; .PP This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.