CSC403: Programmatic Debugging [1/5] Previous pageContentsNext page

With IntelliJ IDEA's debugger, it can be hard to visualize the whole state of the program.

Professor James Riely wrote the Trace class to draw pictures of your program as it executes.

Trace uses graphviz.

Previous pageContentsNext page