get_stack_trace_by_method
Trace method call paths in Java processes by specifying process ID, class, and method patterns. Apply conditions, regex, and limits to analyze execution paths effectively.
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 |