1
vote
0answers
75 views

Modern analog of DDD (Data Display Debugger)

I if there are visual applications for debugging code in popular languages (like C, Pytho, Javascript). By visual I do not mean debugger with UI which is bundled with almost every IDE, I'm rather ...
0
votes
1answer
144 views

Does branch mapping design software exist, useful for visualizing code while debugging? [closed]

I'm looking for a piece of software where I can basically draw branches, almost in a tree structure and have headings and text for each node. While stepping through legacy code I often find myself ...