11 Miscellaneous commands

11.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:

PropertyDefaultDescription
bugloo.quietfalseDon't display Bugloo's startup logo
bugloo.frontendbugloo.frontend.sexp.SexpClass to use as a debugger frontend. Currently only Sexp is implemented
bugloo.jvmdi.tracefalseDisplay JDWP traces of every JVMDI command sent to the debuggee
bugloo.gc.dumpfalseStart 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.proffalseStart the debuggee JVM with flag -Xprof. This will dump some profiling information as soon as the debuggee program terminates.
bugloo.jni.checkfalseStart the debuggee JVM with flag -Xcheck:jni. This flag is not intended to be used by normal users, it exists for development purpose only.

11.2 Assorted commands

begin
Bugloo command
(begin command)
ArgumentTypeDescription
command::lista Bugloo command

version
Bugloo command
(version)
Return Bugloo's version

quit
Bugloo command
(quit)
Quit the debugger

zen
Cheat code command !
(zen)
Private highly-dangerous function. Use only with great care !
Valid XHTML 1.0! Valid CSS 2.0!
This XHtml page has been produced by Skribe.
Last update Mon Jan 3 15:56:31 2005.