debug.list_methods
Retrieve methods and their source line ranges for a given Java class to facilitate breakpoint setting and code inspection during debugging.
Instructions
List methods of a class with line ranges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_pattern | Yes | e.g. com.example.MyClass |