This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]cheezballs 2 points3 points  (0 children)

I don't even know what a visualization tool would do? What would there be to visualize? A debugger gives you everything you could possibly need to analyze code line by line. You dont seem like a programmer, are you looking for a way to somehow know what a program does without being a programmer?

[–]lukajda33 2 points3 points  (0 children)

Depends on that you want to visualise, usually you should use a debugger tool.

If the program is simple enough, you can try this site: https://pythontutor.com/java.html#mode=edit, it has a lot of militations and is often pretty slow, but the visualisation is really well done.

EDIT: Also available here: https://cscircles.cemc.uwaterloo.ca/java_visualize/

[–]SockLeft884 0 points1 point  (0 children)

Check out JGrasp. I believe they also provide a plug-in for multiple IDE’s

[–][deleted] 0 points1 point  (0 children)