javaflame
javaflame copied to clipboard
Stacktrace capture
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.