|
10.1 Load time customizations
|
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> ...) | Bugloo command |
Execute many debugger commands at once
argument | description |
<command>::list | a Bugloo command |
Return Bugloo's version
Private highly dangerous function. Use only with great care !
Quit the debugger
|