debug.wait_for_class
Wait until a Java class is loaded by the JVM, enabling breakpoint placement when class not found.
Instructions
Wait for a class to be loaded by the JVM. Use when set_breakpoint says class not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_pattern | Yes | e.g. com.example.MyService or *MyService | |
| timeout_ms | No |