1gbx3(1) User Commands gbx3(1)
2
3
4
6 gbx3 - GAMBAS Interpreter
7
8
10 gbx3 [options] [<project file>] [-- <arguments>]
11 gbx3 -e <expression>
12
13
15 Gambas is a free development environment based on a Basic interpreter
16 with object extensions, a mix of Java(tm) and Visual Basic(tm). With
17 Gambas, you can quickly design your program GUI, access MySQL or Post‐
18 greSQL databases, pilot KDE applications with DCOP, translate your pro‐
19 gram into many languages, and so on...
20
21 gbx3 is the interpreter that allows you to execute a Gambas project or
22 evaluate a Gambas expression (-e option).
23
24
26 -e evaluate an expression
27
28 -g enter debugging mode
29
30 -h, --help
31 display help and exit
32
33 -H, --httpd
34 run through an embedded http server
35
36 -j disable just-in-time compiler
37
38 -k do not unload shared libraries
39
40 -L, --license
41 display license
42
43 -p <path>
44 activate profiling and debugging mode
45
46 -r <path>
47 redirect standard error output
48
49 -s <class>
50 override startup class
51
52 -t, --trace
53 dump the position of each executed line of code
54
55 -T <tests>
56 run the specified test modules
57
58 -V, --version
59 display version
60
61
63 The latest version of Gambas can always be obtained from gambas.source‐
64 forge.net, documentation about the language is at http://gam‐
65 baswiki.org/wiki.
66
67
69 Report bugs to http://gambaswiki.org/bugtracker
70
71
73 Copyright© Benoît Minisini <g4mba5@gmail.com>;
74
75 This is free software; see the source for copying conditions. There is
76 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
77 PURPOSE.
78
79
80
81Ubuntu October 2013 gbx3(1)