Add new tool: Callstack Analyzer - #121
Conversation
|
To what extent would changing to Java 21 cause hardship for the user community, some of whom might be "stuck" on an older version of Java for reasons outside their control? I don't have an answer to this question. Personally, I think moving to Java 21 sounds fine, but I can appreciate how it might be problematic. |
|
I just wanted to check if there is current interest in the inclusion of this tool. In case there are still adjustments to be done, I am happy to work on that. |
|
I'm happy there is interest in this tool.
I checked this with
Thank you for pointing this out. I've fixed this now. |

I developed a tool to help analyze the call stack of a running program inside RARS at the Univerity of Applied Sciences Zwickau. The intent is that this tool may be used by others to help explain and understand the call stack.
Features
Screenshot
NOTE: I have used Java 21 and the rest of the code worked just fine. If this were a problem, I could rewrite the Callstack Analyzer to use Java 11 only. However, I would prefer to use Java 21 as this would involve quite a bit additional work.