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