debug.list_methods
: List Java class methods with their line ranges to locate specific code sections for breakpoint placement during remote JVM debugging.
Instructions
List methods of a class with line ranges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_pattern | Yes | e.g. com.example.MyClass |