Skip to content

btracer

Jaroslav Bachorik edited this page Aug 29, 2014 · 2 revisions

btracer

This is a helper script to start an application with btrace.

The syntax is

btracer <pre-compiled-btrace.class> <vm-arg> <application-args>

  • pre-compiled-btrace.class the trace script compiled to bytecode via btracec
  • vm-args the VM arguments; eg. -cp app.jar Main.class or -jar app.jar
  • application-args the application specific arguments
Clone this wiki locally