get_stack_trace_by_method
Trace the call path of specific methods in Java processes by specifying process ID, class/method patterns, and conditions for targeted debugging and performance analysis.
Instructions
获取方法的调用路径
Input Schema
Name | Required | Description | Default |
---|---|---|---|
class_pattern | Yes | ||
condition | No | ||
max_matches | No | ||
max_times | No | ||
method_pattern | Yes | ||
pid | Yes | ||
use_regex | No |