javaflame icon indicating copy to clipboard operation
javaflame copied to clipboard

Stacktrace capture

Open beothorn opened this issue 7 months ago • 0 comments

Scenario

Usually debugging with javaflame starts with a broad filter to have a big picture and then zoom in in a pair of functions.

When looking at this pair of functiond, although you have a very small call graph with the arguments, you need to figure out where the call came from to expand the filter. Capturing the whole stack is feasible when the filter is very specific.

Todo

Have a special flag to capture the call stack with the arguments.

beothorn avatar Mar 06 '25 10:03 beothorn