When Bugloo starts, some of its behavior automatically are determined by the mean of standard java properties files. You can customize these behaviors by creating a file name bugloo.properties in the .bugloo directory located at the root of your homedir. The following properties can be customized:
Property | Default | Description |
---|---|---|
bugloo.quiet | false | Don't display Bugloo's startup logo |
bugloo.frontend | bugloo.frontend.sexp.Sexp | Class to use as a debugger frontend. Currently only Sexp is implemented |
bugloo.jvmdi.trace | false | Display JDWP traces of every JVMDI command sent to the debuggee |
bugloo.gc.dump | false | Start the debuggee JVM with flag -Xloggc. This will save all GC related events that occur throughout the execution in a file called bugloo.gc. |
bugloo.vm.prof | false | Start the debuggee JVM with flag -Xprof. This will dump some profiling information as soon as the debuggee program terminates. |
bugloo.jni.check | false | Start the debuggee JVM with flag -Xcheck:jni. This flag is not intended to be used by normal users, it exists for development purpose only. |
(begin command)
Argument | Type | Description |
---|---|---|
command | ::list | a Bugloo command |
(version)
(quit)
(zen)