10. Miscellaneous commands

10. Miscellaneous commands

Browsing

Home: Bugloo 0.3.0 reference manual

Previous chapter: Recording events during the execution
Next chapter: Manual Index

Miscellaneous commands

10.1 Load time customizations
10.2 Assorted commands

Chapters

1. Quick introduction
2. Starting the debugger
3. Break requests commands
4. Execution control
5. Name Manglers and Displayers
6. Getting informations during execution
7. Debug sessions
8. Debugging of Memory Allocation
9. Recording events during the execution
10. Miscellaneous commands
11. Manual Index

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:

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.

10.2 Assorted commands

(begin <command> ...)Bugloo command

Execute many debugger commands at once

argumentdescription
<command>::lista Bugloo command

(version)Bugloo command

Return Bugloo's version

(zen)Bugloo command

Private highly dangerous function. Use only with great care !

(quit)Bugloo command

Quit the debugger


This page has been generated by Scribe.
Last update Thu Aug 28 17:12:18 2003