1# JVMTI Agents
2
3This is the collection of various jvmti agents that we have created for debugging or testing the
4runtime. Most of these work on both the RI and ART, on both host and device.
5
6## Agents
7
8* [libbreakpointlogger](./breakpoint-logger)
9* [libdumpjvmti](./dump-jvmti-state)
10* [libenablevlog](./enable-vlog)
11* [libfieldnull](./field-null-percent)
12* [libjitload](./jit-load)
13* [liblistextensions](./list-extensions)
14* [libforceredefine](./simple-force-redefine)
15* [litifast](./ti-fast)
16* [libtitrace](./titrace)
17* [libwrapagentproperties](./wrapagentproperties)