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* [libfieldnull](./field-null-percent) 11* [libjitload](./jit-load) 12* [libforceredefine](./simple-force-redefine) 13* [litifast](./ti-fast) 14* [libtitrace](./titrace) 15* [libwrapagentproperties](./wrapagentproperties)